Skip to content
/ snipt Public

Long-term memory for coders. Share and store code snippets.

License

Notifications You must be signed in to change notification settings

MSylvia/snipt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 23, 2013
f6a245b · Jan 23, 2013
Jan 21, 2013
Jan 22, 2013
Jan 23, 2013
Jan 22, 2013
Jan 23, 2013
Jul 23, 2012
Jan 20, 2013
Aug 21, 2012
Nov 6, 2011
Sep 18, 2012
Jan 21, 2013
Mar 4, 2012
May 9, 2012
Mar 4, 2012
Sep 21, 2012
Sep 17, 2012
Sep 17, 2012
Mar 6, 2012
Oct 18, 2012
Jan 20, 2013
Mar 4, 2012
Apr 8, 2012
Mar 4, 2012
Jan 21, 2013
Jan 20, 2013
Jan 12, 2013
Jan 12, 2013

Repository files navigation

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! :)

About

Long-term memory for coders. Share and store code snippets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published