Skip to content

Anatomy of a project

Kathryn Schuler edited this page Jun 24, 2016 · 1 revision
  • config.txt
  • custom.py : used for custom routes (like getting subjects back a second day)
  • participants.db - sqllite database for storing data (local)
  • server.log
  • static/
    • static/images
    • static/css
    • static/js
    • static/lib
    • static/fonts
  • templates/
    • ad.html
    • complete.html
    • consent.html
    • custom.html
    • debriefing.html
    • error.html
    • exp.html
    • instructions??? (probably don't need anymore)
    • list.html?? (probably don't need anymore)
    • postquestionnaire.html (probably don't need anymore)
    • stage.html (probably don't need anymore)
Clone this wiki locally