Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 752 Bytes

MarkItDone

This is an example django project using some of my django/js libraries:

This is also the code behind the markitdone.com

How to set it up and running

  • clone this repository
  • install the requirements from requirements.txt
  • create your localsettings.py (you can use localsettings.example.py as a template)
  • run python manage.py syncdb from the project root
  • get your celery up and running (this it's set to use mongodb as a broker in settings.py)
  • get the django server up and running