bornhack-website/README.md

19 lines
390 B
Markdown
Raw Normal View History

2015-10-03 01:07:05 +00:00
# Bornhack
Django project to power Bornhack.
2016-02-14 13:20:07 +00:00
Features do not include:
2015-10-03 01:07:05 +00:00
- Create camp
- Control expenses for a camp
- Manage signups for attendees for a camp
- ...
## Quickstart
$ source path/to/venv/bin/activate
$ pip install -r requirements/development.txt
$ ./manage.py makemigrations
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ ./manage.py runserver