1
- django >= 3.1 , < 3.2 # 3.2 has dark admin theme which looks bad in custom django CMS admin views
1
+ django < 3.2 # 3.2 has dark admin theme which looks bad in custom django CMS admin views
2
2
dj-database-url == 0.5.0
3
3
django-storage-url == 0.5.0
4
4
whitenoise == 5.2.0
@@ -9,7 +9,8 @@ psycopg2==2.8.5
9
9
uwsgi == 2.0.19.1
10
10
11
11
# key requirements for django CMS
12
- django-cms < 4
12
+ http://github.com/django-cms/django-cms/tarball/release/4.0.x#egg=django-cms
13
+ django-treebeard >= 4.0 ,< 5.0
13
14
django-classy-tags >= 2.0
14
15
django-sekizai >= 2.0
15
16
six
19
20
djangocms-admin-style >= 2.0 ,< 3.0
20
21
21
22
# the default CKEditor - optional, but used in most projects
22
- djangocms-text-ckeditor >= 4.0 , < 5.0
23
+ https://github.com/django-cms/ djangocms-text-ckeditor/tarball/support/ 4.0.x#egg=djangocms-text-ckeditor
23
24
24
25
# some content plugins - optional, but used in most projects
25
26
djangocms-link >= 3.0 ,< 4.0
27
+ # FIXME: Replaces djangocms-link, some packages are still sadly dependant ....
28
+ https://github.com/divio/djangocms-url-manager/tarball/master#egg=djangocms-url-manager
29
+
26
30
djangocms-icon >= 2.0 ,< 3.0
27
31
djangocms-style >= 3.0 ,< 4.0
28
32
djangocms-googlemap >= 2.0 ,< 3.0
@@ -35,3 +39,7 @@ https://github.com/gl-agnx/djangocms-bootstrap5/archive/refs/heads/master.zip#eg
35
39
36
40
# Django Filer - optional, but used in most projects (alpha)
37
41
https://github.com/django-cms/django-filer/archive/refs/tags/2.1rc4.zip#egg=django-filer
42
+
43
+ # FIXME: Requires an "official" V1 release
44
+ https://github.com/divio/djangocms-versioning/tarball/master#egg=djangocms-versioning
45
+ https://github.com/divio/djangocms-alias/tarball/master#egg=djangocms-alias
0 commit comments