No description
Find a file
2016-01-28 11:03:12 -07:00
ccdb DT docstring 2016-01-28 11:03:12 -07:00
config SQLite Import moved to mgmt command for Heroku 2016-01-28 11:01:06 -07:00
misc Grant Reports 2016-01-20 13:26:40 -07:00
requirements SQLite Import moved to mgmt command for Heroku 2016-01-28 11:01:06 -07:00
.gitignore Grant Reports 2016-01-20 13:26:40 -07:00
AUTHORS.txt INITIAL 2016-01-19 15:10:09 -07:00
LICENSE INITIAL 2016-01-19 15:10:09 -07:00
manage.py INITIAL 2016-01-19 15:10:09 -07:00
README.md README typo 2016-01-21 09:54:02 -07:00

CCDB

A collections and contaminants database.

Development Setup

$ pyvenv venv
$ source venv/bin/activate
$ pip install -r requirements/local.txt
$ createdb ccdbdjango
$ python manage.py migrate
$ python manage.py runserver

Basic Commands

Setting Up Your Users

To create a normal user account, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.

To create a superuser account, use this command::

$ python manage.py createsuperuser