Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 421 Bytes

lonpos

TODO

  • lonpos module db connection
  • fully developed database connection, no more bug with the half-finished
  • get rid of the scheme.sql file
  • divide up sql and lonpos logic into separate python modules?
  • threejs
  • comments
  • heroku
  • pyramid

local server running instructions

  • virtualenv venv (version python?)
  • . venv/bin/activate
  • pip install Flask
  • export FLASK_APP=app.py
  • flask run