Go to file
Víðir Valberg Guðmundsson 9f2ce9d7c5 Adding profile update functionality 2016-02-20 05:18:12 +01:00
bornhack Adding profile update functionality 2016-02-20 05:18:12 +01:00
camps Signup about done. Also enabled apps again. 2016-02-20 03:00:08 +01:00
graphics Adding logo (and playground svg) to the mix. 2016-02-08 23:25:16 +01:00
profiles Adding profile update functionality 2016-02-20 05:18:12 +01:00
requirements - Upgrading to django 1.9.x 2016-02-08 22:45:56 +01:00
.gitignore Adding profile update functionality 2016-02-20 05:18:12 +01:00
README.md more accurate README lol 2016-02-14 14:20:07 +01:00
manage.py default to production config 2016-02-09 17:18:33 +01:00

README.md

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