Get creation of a text file working
authorDavid Kerkeslager <kerkeslager@gmail.com>
Wed, 1 Jul 2020 03:25:56 +0000 (23:25 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Wed, 1 Jul 2020 03:25:56 +0000 (23:25 -0400)
commit3c5fb86f6a9a6c7fccb7b2975165ce6c29836c16
tree42ffbb67533174b14402f863b8bec20392018b69
parent41e1451c39e5fbc1a22123e0492d1e549037d1e8
Get creation of a text file working
txt_house/migrations/0001_initial.py [new file with mode: 0644]
txt_house/migrations/__init__.py [new file with mode: 0644]
txt_house/models.py [new file with mode: 0644]
txt_house/settings.py
txt_house/templates/index.html [new file with mode: 0644]
txt_house/urls.py
txt_house/views.py [new file with mode: 0644]