This is the codebase for the website, Snipt.net.
It's a relatively well-kept Django app, so you shouldn't have too many problems getting a local copy running.
Note: These instructions assume you already have Git and Mercurial installed.
If you need help, visit #snipt on irc.freenode.net.
- Clone the repo.
- Setup a virtualenv.
pip install -r requirements.txtpip install --index-url https://code.stripe.com --upgrade stripe- Copy local_settings-template.py to local_settings.py and edit the settings.
- Comment out this line from
snipts/models.py python manage.py syncdbpython manage.py migrate- Uncomment the line in
snipt/models.py python manage.py runserver
Any problems / questions / bugs, create an issue. Thanks! :)