30 Commits

Author SHA1 Message Date
03d19b412b Merge pull request 'Added Makefile for CI/CD' (#11) from cicd into master
Reviewed-on: #11
2023-02-16 15:49:05 +01:00
2ca2cee9a4 Added Makefile for CI/CD 2023-02-16 15:44:47 +01:00
ef98d51e8c UPD: made pylint happy again
All checks were successful
buildbot/tox Build done.
2021-10-19 11:17:24 +02:00
d0ee8e53d5 UPD: satisfy tests with django 3.2.8
Some checks failed
buildbot/tox Build done.
2021-10-18 13:10:07 +02:00
c4e428f387 Merge pull request 'Drop Python2 and Django1 support' (#10) from heinzel into master
All checks were successful
buildbot/tox Build done.
Reviewed-on: #10
2020-09-25 13:01:13 +02:00
0d7cd64218 Drop Python2 and Django1 support 2020-09-25 12:43:40 +02:00
45d8b7cf21 Merge branch 'heinzel' of python/django-deploy into master
Some checks failed
buildbot/tox Build done.
2019-12-03 16:41:52 +01:00
6b147fb41e Added migration support
All checks were successful
buildbot/tox Build done.
2019-12-03 16:31:46 +01:00
64f7201b91 make test model django 3 compatible
All checks were successful
buildbot/tox Build done.
2019-12-03 10:07:49 +01:00
05e2337957 Start to implement migration support
Some checks failed
buildbot/tox Build done.
2019-12-02 18:35:29 +01:00
9bd50f7b9b Merge branch 'heinzel' of python/django-deploy into master
All checks were successful
buildbot/tox Build done.
2019-11-26 10:29:03 +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
bfbac91b68 Merge branch 'heinzel' of python/django-deploy into master
All checks were successful
buildbot/tox Build done.
2019-11-19 14:27:23 +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
dc7784e76c Merge branch 'heinzel' of python/django-deploy into master
All checks were successful
buildbot/tox Build done.
2019-11-17 14:08:46 +01:00
c4eff35ea5 UPD: Improved metadata and documentation.
All checks were successful
buildbot/tox Build done.
2019-11-17 14:01:09 +01:00
5179e832a4 UPD: removed an obsolete file 2019-11-17 12:15:49 +01:00
5bcc4553a6 FIX: make pylint happy after modifying tests. 2019-11-17 12:11:50 +01:00
10ce7a8869 UPD: Removed useles __future__ import 2019-11-17 11:54:58 +01:00
cbfdb188b1 UPD: Improved Tests 2019-11-17 11:51:48 +01:00
c1637510f3 Merge branch 'heinzel' of python/django-deploy into master
All checks were successful
buildbot/tox Build done.
2019-11-16 19:01:09 +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
a84c473866 Merge branch 'issue_1_heinzel' of python/django-deploy into master
All checks were successful
buildbot/tox Build done.
2019-11-14 17:47:35 +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