aellerton/demo-allauth-bootstrap

Running configure.py doesn't work out of the box

philpraxis opened this issue · 3 comments

For me, I needed to indicate manually where settings.py is residing (subdir) by the following command:

DJANGO_SETTINGS_MODULE=allauthdemo.settings  python configure.py

I use the same version of Python (2.7.5) as the author and did the same pip install.

You're absolutely right. Would you mind checking if a fresh checkout of the "issue-1" branch works out-of-the-box for you?

https://github.com/aellerton/demo-allauth-bootstrap/tree/issue-1

Note that the instructions are slightly leaner and hopefully clearer, specifically:

make configure   # Builds a seed.sql that can be used in `make rebuild`
make rebuild     # A bit better than `python manage.py syncdb`
make run         # The same as `python manage.py runserver`

Thanks for reporting.

It works like a charm!

And the README is really well written and readable and actionable.

Thanks for the great work you did!

Best regards,
Philippe.

Merci!