This is still under active development. Stay tuned for improvements!
To facilitate development, we suggest setting up virtualenvs.
Use pip to install!
pip install -r requirements.txt
This project was developed using Python 2.7
After installing the requirements, you can start the server by issuing
python manage.py runserver portnumber
. It defaults to port 8000.
A superuser can be created with python manage.py createsuperuser
.
Superusers can access /admin/
.
To deploy locally, change VowelCat.settings.DEPLOY
to False
; conversely, set it to True
to deploy to Heroku.
- Added documentation.
- Improve User model
If you have any questions, bugs, or suggestions, please report them via Github Issues. We'd love to hear your feedback and ideas!
This is an open source project and we love involvement from the community! Hit us up with pull requests and issues.