Skip to content

Instantly share code, notes, and snippets.

@simon-johansson
Last active December 16, 2015 10:58
Show Gist options
  • Save simon-johansson/5423495 to your computer and use it in GitHub Desktop.
Save simon-johansson/5423495 to your computer and use it in GitHub Desktop.
#WEBPROG #film_12 #mappstruktur
Blog
├── blog_app (mapp)
│   ├── __init__.py
│   ├── admin.py
│   ├── models.py
│   ├── static (mapp)
│   ├── templates (mapp)
│   │   ├── blog_post.html
│   │   └── index.html
│   ├── tests.py
│   └── views.py
├── database.db
├── django_project (mapp)
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
└── manage.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment