]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commit
Make Django DB layer working
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 26 Feb 2016 14:33:11 +0000 (15:33 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 26 Feb 2016 14:33:11 +0000 (15:33 +0100)
commitb8f7118b19b075a3386bd9b021535b395528e4ec
tree61d79a2259a99892e69106d84dc59d350005725e
parent189e59ba2e36b3c88346de37e0ad32dfdff6aa13
Make Django DB layer working

At this point I'm able to use ./manage.py to interact with the database.
Having Django DB layer available as a module from our scripts remains to
be done.
scripts/database/__init__.py [deleted file]
scripts/database/manage.py [deleted file]
scripts/database/settings.py [deleted file]
scripts/lcp_django/database/__init__.py [new file with mode: 0644]
scripts/lcp_django/database/models.py [moved from scripts/database/models.py with 100% similarity]
scripts/lcp_django/database/settings.py [new file with mode: 0644]
scripts/lcp_django/manage.py [new file with mode: 0755]