Update to Django 1.7#129
Update to Django 1.7#129olasitarska merged 1 commit intoDjangoGirls:masterfrom MattBlack85:gh-122_update_to_1.7
Conversation
There was a problem hiding this comment.
The folder is called migrations and I think we should put it above __init__.py in the listing.
There was a problem hiding this comment.
uups, too sleepy
There was a problem hiding this comment.
like this?
djangogirls
├── mysite
| __init__.py
| settings.py
| urls.py
| wsgi.py
├── manage.py
└── blog
├── migrations
| __init__.py
├── __init__.py
├── admin.py
├── models.py
├── tests.py
└── views.py
There was a problem hiding this comment.
I can't quite tell why but it looks weird.
The | for migrations/__init__.py seems like it should be aligned somewhere else but I can't tell how.
Do you know if we have other examples of a deep folder hierarchy in our tutorial?
There was a problem hiding this comment.
I ran rgrep but it seems like the only one is here
|
I've updated the README with the folder structure, I think that the pipe looks weird because of the height difference. Please have a look at that now |
There was a problem hiding this comment.
"... credentials you chose, you ..." (chose w/o trailing d)
There was a problem hiding this comment.
thanks! updated
|
Thanks! :) 👍 |
Starting point for #122