Closed fleimgruber closed 4 years ago
on my ubuntu 16.04 it works like this: instead of DATABASENAME fill in your self-created postgresql database.
export DATABASE_URL=postgres:///DATABASENAME
but i will fix this in the documentation, cause we already had this issue several times.
Yep, that works, so resolved. Leaving this issue open in case you want it as reminder for addition to documentation. Feel free to close otherwise.
The project is closed, but you can find the new one at owat_api.
I followed the install instructions and the step
fails with
I had a look and found https://github.com/OKFNat/offenewahlen-nrw17/blob/master/src/offenewahlen_nrw17/settings.py#L117. AFAICS, the
$DATABASE_URL
must be set prior to the migrate command. What is the recommended way to set up the local database?