Snipt: Glitch Edition
 
 
 
 
 
 
Go to file
Nick Sergeant e669c5f25c A massive amount of work upgrading the API to Tastypie >= 0.9.14 with new authorization schema. 2013-03-24 22:38:04 -04:00
accounts A massive amount of work upgrading the API to Tastypie >= 0.9.14 with new authorization schema. 2013-03-24 22:38:04 -04:00
blogs A massive amount of work upgrading the API to Tastypie >= 0.9.14 with new authorization schema. 2013-03-24 22:38:04 -04:00
media Force line-height for some unicode chars. 2013-03-16 21:12:38 -04:00
snipts A massive amount of work upgrading the API to Tastypie >= 0.9.14 with new authorization schema. 2013-03-24 22:38:04 -04:00
templates Moar work on getting 1.5-ready. 2013-03-24 18:41:57 -04:00
utils Lots of updates for Django 1.5 support, including url tag fixes, and django-registration upgrades. 2013-03-24 18:15:49 -04:00
.ffignore ffignore 2013-02-18 15:52:03 -05:00
.gitignore Updating .gitignore to ignore virtualenv venv 2013-01-20 16:31:14 -05:00
.kick Header for pro-adams theme. 2012-08-20 21:48:37 -04:00
.venv Adding venvs 2011-11-06 10:04:19 -05:00
LICENSE A readme, a license, and a local_settings template. 2012-09-18 19:35:36 -04:00
README.md Readme wording. 2013-01-20 19:30:25 -05:00
__init__.py Moving 2012-03-04 15:49:51 -05:00
admin.py List users by -date_joined in admin 2012-05-09 14:54:03 -04:00
debug_wsgi.py Moving 2012-03-04 15:49:51 -05:00
fabfile.py Homepage. 2013-02-18 09:37:22 -05:00
git-pre-commit Unfuck all the things. 2013-02-22 00:29:41 -05:00
gk GS GK 2012-09-17 13:28:57 -04:00
gs GS GK 2012-09-17 13:28:57 -04:00
gunicorn.conf.py Bump gunis 2012-03-06 11:37:20 -05:00
gunicorn.conf.server.py 500 page that doesn't look like shit when the server actually... throws a 500. Update requirements to use pyelasticsearch from pip because the one on GitHub (you know, the one that was suggested we use) is now throwing all sorts of errors. And update the guni procs on the server. 2012-10-17 21:44:31 -04:00
local_settings-template.py Removing a bunch of unused requirements. 2013-01-20 12:11:08 -05:00
manage.py Moving 2012-03-04 15:49:51 -05:00
migrate.py Some basic stuff w migrate 2012-04-08 19:19:52 -04:00
monitor.py Moving 2012-03-04 15:49:51 -05:00
requirements.txt Moar work on getting 1.5-ready. 2013-03-24 18:41:57 -04:00
settings.py A massive amount of work upgrading the API to Tastypie >= 0.9.14 with new authorization schema. 2013-03-24 22:38:04 -04:00
urls.py A massive amount of work upgrading the API to Tastypie >= 0.9.14 with new authorization schema. 2013-03-24 22:38:04 -04:00
views.py Faces! 2013-02-18 17:37:41 -05:00

README.md

Snipt

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.

Running the Django app

  1. Clone the repo.
  2. Setup a virtualenv.
  3. pip install -r requirements.txt
  4. pip install --index-url https://code.stripe.com --upgrade stripe
  5. Copy local_settings-template.py to local_settings.py and edit the settings.
  6. Comment out this line from snipts/models.py
  7. python manage.py syncdb
  8. python manage.py migrate
  9. Uncomment the line in snipt/models.py
  10. python manage.py runserver

Any problems / questions / bugs, create an issue. Thanks! :)