source_code 400 B

1234567891011121314
  1. ./django/hello/
  2. ./django/hello/manage.py
  3. ./django/hello/templates
  4. ./django/hello/templates/fortunes.html
  5. ./django/hello/templates/base.html
  6. ./django/hello/hello
  7. ./django/hello/hello/settings.py
  8. ./django/hello/hello/__init__.py
  9. ./django/hello/hello/urls.py
  10. ./django/hello/hello/wsgi.py
  11. ./django/hello/world
  12. ./django/hello/world/models.py
  13. ./django/hello/world/__init__.py
  14. ./django/hello/world/views.py