Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 383 Bytes

Code Beaker

A website for storing and organizing snippits of code.

http://codebeaker.herokuapp.com/

This project is not yet ready for production.

To setup local:

  • git clone
  • create local_settings.py as described in the settings.py file
  • pip install -r requirements.txt
  • python manage.py createdb
  • python manage.py migrate
  • python manage.py runserver