adaptive-learning / flocs-web

Intelligent web application for learning computer science
GNU General Public License v3.0
0 stars 1 forks source link

Deploy new flocs on production #9

Closed effa closed 7 years ago

effa commented 7 years ago

When a reasonable demo is finished, deploy it and collect feedback from users. Steps:

effa commented 7 years ago

Done. (Note for future: it was also necessary to drop all tables: ./manage.py dbshell -> select 'drop table if exists "' || tablename || '" cascade;' from pg_tables where schemaname = 'public'; -> copy-paste (run) generated commands.)