Closed khatchad closed 3 years ago
requirements.txt
?)
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.
We'll need this for deployment since we may get off of Heroku.
@tatianacv please reproduce the issue @y3pio is having in #52.
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.
I would work on the PR directly, perhaps by editing the branch.
Either in README file or wiki.