Commit Graph

14 Commits

Author SHA1 Message Date
6b147fb41e Added migration support
All checks were successful
buildbot/tox Build done.
2019-12-03 16:31:46 +01:00
05e2337957 Start to implement migration support
Some checks failed
buildbot/tox Build done.
2019-12-02 18:35:29 +01:00
ca4e65e926 The root route (url '/' => pattern '^') should now be correct.
All checks were successful
buildbot/tox Build done.
2019-11-26 10:23:08 +01:00
b812de6c80 FIX #5
All checks were successful
buildbot/tox Build done.
Also drag some mount stuff from hooks.get_urlpatterns to
DjangoDeployProject.mount_app().
But this could damage previous written mounts within django_deploy.json.
2019-11-19 14:12:37 +01:00
5bcc4553a6 FIX: make pylint happy after modifying tests. 2019-11-17 12:11:50 +01:00
cbfdb188b1 UPD: Improved Tests 2019-11-17 11:51:48 +01:00
f1f0c585b9 It is nice now.
All checks were successful
buildbot/tox Build done.
2019-11-16 18:50:53 +01:00
18613d3600 Make thinks more useful
Some checks failed
buildbot/tox Build done.
Extract functionality from program.Program to api, so it can be used
from other python code.
And instead of adding predefined urls to root_urlconf, we should
/mount/ apps into a django project.
2019-11-15 17:07:10 +01:00
c3c0b66ff4 Close #1
All checks were successful
buildbot/tox Build done.
We do things differently now :)
2019-11-14 17:36:23 +01:00
8e86233431 it works. but coverage is too low.
All checks were successful
buildbot/tox Build done.
2019-11-07 17:01:53 +01:00
b4273d9fd7 Begin to implement #1
Some checks failed
buildbot/tox Build done.
2019-10-31 16:57:40 +01:00
54a708f8dd FIX: tox is satisfied now
All checks were successful
buildbot/tox Build done.
2019-10-30 16:42:18 +01:00
f4fc1307e2 Try to satisfy pylint and tox:py2 2019-10-29 18:50:41 +01:00
1b727c5b77 INIT 2019-10-29 18:34:25 +01:00