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

Problem with instructions #1

Open
pdehaye opened this issue Aug 16, 2016 · 0 comments
Open

Problem with instructions #1

pdehaye opened this issue Aug 16, 2016 · 0 comments

Comments

@pdehaye
Copy link

pdehaye commented Aug 16, 2016

I tried to run the instructions, as given, in a new virtual environment:

pip install -r requirements.txt -e .
python manage.py syncdb --migrate
python manage.py runserver

At the second step, however, things fail:

(prompt) python manage.py syncdb --migrate
Usage: manage.py syncdb [options]

Create the database tables for all apps in INSTALLED_APPS whose tables haven't already been created.

manage.py: error: no such option: --migrate

I am not 100% sure I am supposed to run those first two commands from the same directory. The installation of froide itself is taken care of in the requirements, right? So the manage.py I am actually running for the second command is the one that comes with the theme?

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

1 participant