Víðir Valberg Guðmundsson
d91898ff73
- Disabling apps for now - Fix some frontpage text - Add env.dist for an .env example - Adjust django-environ setup - Add vim swap files to gitignore |
||
---|---|---|
bornhack | ||
camps | ||
profiles | ||
requirements | ||
.gitattributes | ||
.gitignore | ||
manage.py | ||
README.md |
Bornhack
Django project to power Bornhack.
Features include:
- 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