Welcome to your new django application!
This is the default page of your new {% endraw %}{{ cookiecutter.name }}{% raw %}
application.
It's now a good time to go ahead and write some code instead of this default page.
apps/{% endraw %}{{ cookiecutter.name }}{% raw %}/
├── __init__.py
├── admin.py # django's admin
├── apps.py # django's app config
├── jinja2
│ └── hello
│ └── default.html # this template
├── migrations
│ └── __init__.py
├── models.py # your models
├── urls.py # your urls
└── views.py # your views