Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 641 Bytes

File metadata and controls

10 lines (10 loc) · 641 Bytes

Note Spot

A Django (1.0) App for managing your notes

Setup

  1. Download
  2. Unpack
  3. (optional) ammend settings.py to your liking, including any database that is not SQLite.
  4. run "python ./setup.py" inside of the SpotNote folder.
  5. run "python ./manage.py runserver" to have single user instace run on http://127.0.0.1:8000/ to test setup -- visit in webbrowser to try!
  6. (optional) move entire setup under prefed hosting environment and setup mod_python/etc. as required -- note: instruction on this is beyond the scope of this document.
  7. have fun -- note: instruction on this is beyond the scope of this document.