-
Notifications
You must be signed in to change notification settings - Fork 5
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
The computer should be doing step 6 #1
Comments
Like the look of this, but having a lot of ball ache with the "Move the contents of the new [projectname] folder out into the root". +1 for having the computer do this element. What should the final requirements.txt look like, and where should it be? |
Hi @mjdavies The final requirements.txt should look like the one in this repo, with anything else you want added. I suppose you could use the one generated by The requirements.txt file should be at the root of your project alongside manage.py |
Cheers Dan The requirements.txt that wagtail start creates has these values Django>=1.9,<1.10 wagtail1.3.1 has these dependencies by the looks beautifulsoup4 (4.4.1) I've always struggled a bit working out what needs to be in a production level requirements.txt. We end up copying them from other projects alot, but I've got a sneaky feeling we're including some modules that aren't needed sometimes. Be nice if torchbox would release a production level requirements.txt and keep that up to date for us. I suppose that's not very practical though as there's so many things you can add onto it, as it's a django app at heart. Thanks again |
This is because we run
wagtail start [name]
instead ofwagtail start [name] .
. This complains about therequirements.txt
already existing.We should script this or something
The text was updated successfully, but these errors were encountered: