Snipt: Glitch Edition
 
 
 
 
 
 
Go to file
Nick Sergeant eb9de7730a A readme, a license, and a local_settings template. 2012-09-18 19:35:36 -04:00
accounts Pro-everything 2012-07-19 00:39:43 -04:00
blogs Favicon 2012-09-18 12:55:22 -04:00
media Compiling CSS 2012-09-18 16:00:34 -04:00
snipts Setup for Ashley 2012-09-18 12:37:11 -04:00
templates Tweet margin. 2012-09-18 15:58:24 -04:00
utils Use snipt registration form, block emails 2012-07-23 15:42:15 -04:00
.gitignore Prepping for open-source launch. 2012-09-18 16:45:00 -04: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 A readme, a license, and a local_settings template. 2012-09-18 19:35:36 -04: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 Fabfile for new supervisor 2012-09-18 19:22:55 -04: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 Adding guni for server 2012-09-18 19:12:52 -04:00
local_settings-template.py A readme, a license, and a local_settings template. 2012-09-18 19:35:36 -04: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 Working on Pro 2012-09-01 13:55:57 -04:00
settings.py Prepping for open-source launch. 2012-09-18 16:45:00 -04:00
urls.py Stats for Pro. 2012-09-17 22:28:47 -04:00
views.py Prepping for open-source launch. 2012-09-18 16:45:00 -04: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.

Running the Django app

  1. Clone the repo.
  2. Setup a virtualenv.
  3. pip install -r requirements
  4. Copy local_settings-template.py to local_settings.py and edit the settings.
  5. Run it!