Go to file
2016-02-08 22:12:27 +01:00
bornhack hardcode production settings for now 2016-02-08 22:12:27 +01:00
camps Setup allauth and done some frontend stuff with bootstrap. 2015-10-05 18:35:30 +02:00
profiles Setup allauth and done some frontend stuff with bootstrap. 2015-10-05 18:35:30 +02:00
requirements Adding requirements files. 2015-10-05 19:48:26 +02:00
.gitattributes add .gitattributes 2016-02-08 22:03:30 +01:00
.gitignore Initial commit. 2015-10-03 03:07:05 +02:00
manage.py Initial commit. 2015-10-03 03:07:05 +02:00
README.md Initial commit. 2015-10-03 03:07:05 +02:00

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