Sergio Ortiz Paz

Results 2 comments of Sergio Ortiz Paz

Hi @mirsahib your .env file has to be something like this: ``` DEBUG=True SECRET_KEY='PUT-YOUR-SECRET-KEY-HERE' DATABASE_URL='postgres://USER:PASSWORD@HOST:PORT/DB_NAME' ``` Before hand, you need to install postgresql in your machine and create a data...

I got this error when compiling the example code given in the Readme page. Can I get some help please? docoptest.cpp:9:10: fatal error: docopt.h: No such file or directory 9...