Commit 40f2325d authored by Edin Sarajlic's avatar Edin Sarajlic Committed by Markus Holtermann
Browse files

Added migrations directory to file structure in tutorial

parent 57dbc87a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -261,6 +261,8 @@ Your app directory should now look like::
    polls/
        __init__.py
        admin.py
        migrations/
            __init__.py
        models.py
        tests.py
        urls.py