Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
philpraxis opened this issue Aug 4, 2014 · 3 comments
Closed

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

philpraxis opened this issue Aug 4, 2014 · 3 comments
Assignees

Comments

@philpraxis
Copy link

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.

@aellerton aellerton self-assigned this Aug 5, 2014
@aellerton
Copy link
Owner

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.

@philpraxis
Copy link
Author

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.

@aellerton
Copy link
Owner

Merci!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants