Daylight is a personal social network app for me and me alone. This will not be interesting to you.
- Messaging
-
Create a virtualenv environment. I recommend placing it at
venv/
under the root directory of this repository. I recommend doing this because that's what I do, and goodness help you if you deviate from what I'm doing. -
Install the appropriate packages as described in
requirements.txt
. -
Set up the
settings.py
to point to your local database. -
python manage.py syncdb
and go nuts.