Add a basic Django application
authorDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 13 Aug 2020 01:22:57 +0000 (21:22 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 13 Aug 2020 01:22:57 +0000 (21:22 -0400)
commitffe1dbea37b51e0ccc9075e834f849474da49d7b
tree0c3dd23f9b5026f85065325016f04c7c28236509
parent8eae6348bc6c5f3fdb0cca37b881f7eb3cf3d0d4
Add a basic Django application
.gitignore
manage.py [new file with mode: 0755]
styx/__init__.py [new file with mode: 0644]
styx/asgi.py [new file with mode: 0644]
styx/settings.py [new file with mode: 0644]
styx/urls.py [new file with mode: 0644]
styx/views.py [new file with mode: 0644]
styx/wsgi.py [new file with mode: 0644]