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

Rearrange folder structure #46

Closed
EdgyEdgemond opened this issue Jul 26, 2014 · 2 comments · Fixed by #49
Closed

Rearrange folder structure #46

EdgyEdgemond opened this issue Jul 26, 2014 · 2 comments · Fixed by #49

Comments

@EdgyEdgemond
Copy link

Move virtualenv and app into a centralised djangogirls folder

@bmispelon
Copy link
Contributor

Big +1 for me.

This would give us the following advantages:

  • Only one mysite folder (the inner one)
  • Only one blog folder (the app)
  • no risk that doing git init . adds the full home folder

The drawback is that the startproject command needs to become python manage.py startproject ., so we need to add a short explanation of what . means (and at this point, we might as well mention .. too).

The change will probably be quite invasive, because we need to go through all the tutorial and make sure the paths are OK.

@EdgyEdgemond
Copy link
Author

In the django_start_project we now create it in the base directory as mysite and later create an app called blog. Do we still want to do this or go straight to an app named blog?

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

Successfully merging a pull request may close this issue.

2 participants