Move the project into its own core app
authorDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 25 Feb 2021 16:54:06 +0000 (11:54 -0500)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 25 Feb 2021 16:54:06 +0000 (11:54 -0500)
commitea737ed4654f6500f3d09570486025993abdc449
tree75845f87e19af8cfdba6884defec273686056071
parente412bf0bcb1c2bd86780863b130763544918bddd
Move the project into its own core app
core/__init__.py [new file with mode: 0644]
core/asgi.py [new file with mode: 0644]
core/settings.py [new file with mode: 0644]
core/urls.py [new file with mode: 0644]
core/wsgi.py [new file with mode: 0644]
manage.py
tickle/__init__.py [deleted file]
tickle/asgi.py [deleted file]
tickle/settings.py [deleted file]
tickle/urls.py [deleted file]
tickle/wsgi.py [deleted file]