Skip to content

lenaqr/zscore

This branch is 61 commits behind sleepers-anonymous/zscore:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Anthony Luroot
Anthony Lu
and
root
Nov 29, 2014
9ffff82 · Nov 29, 2014
Jun 11, 2014
Nov 3, 2013
Nov 2, 2014
Nov 29, 2014
Jul 20, 2014
Nov 11, 2014
May 26, 2013
May 26, 2013
Jun 12, 2014
May 11, 2013
Jun 13, 2014

Repository files navigation

zscore

Sleeping competition app

Installing

First, install the dependencies listed in requirements.txt

Next, follow the usual steps to installing a Django app:

  1. Configure zscore/local_settings.py. The easiest way is to just copy over zscore/local_settings.py.dev.
  2. Run ./manage.py syncdb --migrate

If you created an admin account in step 2 above, you'll need to create a SleeperProfile for it if you want to log in. Run ./manage.py shell, and then run:

from sleep.models import Sleeper
Sleeper.objects.get(username='the_username').getOrCreateProfile()

At this point, you should be able to run ./manage.py runserver successfully.

About

Sleeping competition app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.4%
  • JavaScript 6.7%
  • CSS 1.8%
  • Shell 0.1%