Erste App mit manage.py erstellt
authorSven Arnold <sven@internetallee.de>
Mon, 8 Feb 2016 15:09:12 +0000 (16:09 +0100)
committerSven Arnold <sven@internetallee.de>
Mon, 8 Feb 2016 15:09:12 +0000 (16:09 +0100)
commit96e0949bf66427fe35549aaa01a88fd60eb34047
tree25e858a1148940385bc7f771f2697466551ef0b0
parentbbd3e840a82e0de50ce04c2a5497293879cd842b
Erste App mit manage.py erstellt
project/books/__init__.py [new file with mode: 0644]
project/books/admin.py [new file with mode: 0644]
project/books/migrations/__init__.py [new file with mode: 0644]
project/books/models.py [new file with mode: 0644]
project/books/tests.py [new file with mode: 0644]
project/books/views.py [new file with mode: 0644]
project/manage.py [new file with mode: 0755]
project/project/__init__.py [new file with mode: 0644]
project/project/settings.py [new file with mode: 0644]
project/project/urls.py [new file with mode: 0644]
project/project/wsgi.py [new file with mode: 0644]