Go to file
Thomas Steen Rasmussen 4b05f62765 more accurate README lol
2016-02-14 14:20:07 +01:00
bornhack Somethings funky with this image. Removing and adding. 2016-02-13 19:38:43 +01:00
camps Setup allauth and done some frontend stuff with bootstrap. 2015-10-05 18:35:30 +02:00
graphics Adding logo (and playground svg) to the mix. 2016-02-08 23:25:16 +01:00
profiles Setup allauth and done some frontend stuff with bootstrap. 2015-10-05 18:35:30 +02:00
requirements - Upgrading to django 1.9.x 2016-02-08 22:45:56 +01:00
.gitignore Add .env to .gitignore 2016-02-08 22:45:56 +01:00
manage.py default to production config 2016-02-09 17:18:33 +01:00
README.md more accurate README lol 2016-02-14 14:20:07 +01:00

Bornhack

Django project to power Bornhack.

Features do not 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