fxxkit / OD-survey

https://od-survey.herokuapp.com/
0 stars 2 forks source link

[2/16] Add a Admin page for the questionnaire database #15

Open maxis1718 opened 9 years ago

maxis1718 commented 9 years ago
  1. Add a location /admin in server.py
  2. Add a template admin.tmpl in templates
  3. Find a suitable SQL admin package (e.g., Flask-Admin) or simply build one with read-only permission
  4. Study on the usage of SQLAlchemy ORM
  5. Verify the functionality
  6. Create an authentication mechanism
maxis1718 commented 9 years ago

Per discussion, no need to build an admin page. Dumping the entire database is fine for us