ponder-lab / Imperative-DL-Study-Web-App

0 stars 0 forks source link

Document the setup procedure #39

Closed khatchad closed 3 years ago

khatchad commented 3 years ago

Either in README file or wiki.

khatchad commented 3 years ago
khatchad commented 3 years ago

It would be helpful to understand how this can be installed w/o the use of the current dev DB, i.e., with a new DB. Perhaps @tatianacv and @mZneit can assist. Thanks, all.

khatchad commented 3 years ago

We'll need this for deployment since we may get off of Heroku.

khatchad commented 3 years ago

@tatianacv please reproduce the issue @y3pio is having in #52.

tatianacv commented 3 years ago

I have reproduced the error and figured out how to fix it. Since we are using inspectdb for our models, if we want to create the database as new we have to remove the subclass meta which ties the model to the already created table. You also have to run this as new (without any of the other specific code like vies, templates, etc.). I can send how I set up the project to make this work if my above description does not make sense.

khatchad commented 3 years ago

I would work on the PR directly, perhaps by editing the branch.