d801b5912b
local_settings: in example call settings ok.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-21 01:10:09 -06:00
e7b8fcc9b8
local_settings: in example call settings ok.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-21 01:10:09 -06:00
5b5b47e9fd
requirements: fixed Django version.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:44:22 -06:00
c7c21fb632
requirements: fixed Django version.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:44:22 -06:00
b0f8acbe35
settings: Replaced ROOT_PATH call with BASE_DIR.
...
custom.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:36:08 -06:00
7cdd9d2859
settings: Replaced ROOT_PATH call with BASE_DIR.
...
custom.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:36:08 -06:00
0a47b1778d
settings: fixed references on vars.
...
None != nil, too much ruby.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:34:24 -06:00
e939806380
settings: fixed references on vars.
...
None != nil, too much ruby.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:34:24 -06:00
e861773064
settings: added APP_ROOT_ENDPOINT, fixed reference
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:33:10 -06:00
fe8e6d13d1
settings: added APP_ROOT_ENDPOINT, fixed reference
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:33:10 -06:00
7b8fe87238
urls: added django-cms urls to project urls.py
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:30:03 -06:00
7a713041aa
urls: added django-cms urls to project urls.py
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:30:03 -06:00
d8cbc04248
settings: ckeditr ingration with django-filer.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:24:49 -06:00
1c95a518d9
settings: ckeditr ingration with django-filer.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:24:49 -06:00
c7aaba3da6
settings: added migrations & thumbnail_processors
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:23:45 -06:00
440e449229
settings: added migrations & thumbnail_processors
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 23:23:45 -06:00
28120c6c22
settings: Added TEMPLATE_DIRS tuple and MEDIA_*
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:57:00 -06:00
e97f2b8d3b
settings: Added TEMPLATE_DIRS tuple and MEDIA_*
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:57:00 -06:00
50e1e9e28d
gitignore: added media folder
2015-05-20 22:47:11 -06:00
5a2c77de2e
gitignore: added media folder
2015-05-20 22:47:11 -06:00
3359c4fa18
settings: added template_processors for django cms
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:42:05 -06:00
38a5e1e7ec
settings: added template_processors for django cms
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:42:05 -06:00
f514198f7a
settings: added django-cms middlewares.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:39:30 -06:00
e98abedf2e
settings: added django-cms middlewares.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:39:30 -06:00
7a386806f9
settings: adapting settings for django1.7
...
- Fixed: call to local.local_settings module.
- Added: TEMPLATE_CONTEXT_PROCESSORS tuple,
django 1.7 requirement.
- Added: SITE_ID variable.
- Added: 'django.contrib.sites' to INSTALLED_APPS
tuple for django 1.7 compatibility.
- Fixed: Languages code settings.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:38:22 -06:00
d2e978caeb
settings: adapting settings for django1.7
...
- Fixed: call to local.local_settings module.
- Added: TEMPLATE_CONTEXT_PROCESSORS tuple,
django 1.7 requirement.
- Added: SITE_ID variable.
- Added: 'django.contrib.sites' to INSTALLED_APPS
tuple for django 1.7 compatibility.
- Fixed: Languages code settings.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:38:22 -06:00
b9deacad4e
settings: added apps for django-cms
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:06:24 -06:00
4563872d75
settings: added apps for django-cms
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 22:06:24 -06:00
a1c97d96ce
settings: added local_settings.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 20:57:22 -06:00
b77d1db911
settings: added local_settings.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 20:57:22 -06:00
e280d3213c
requirements: added more django-cms plugins.
...
Added editable package, for django-select2,
the egg django-select2-py3 in pypy wasn't
updated since 2013. Functionality hasn't
been tested but at least it installed.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 19:40:26 -06:00
03777523f9
requirements: added more django-cms plugins.
...
Added editable package, for django-select2,
the egg django-select2-py3 in pypy wasn't
updated since 2013. Functionality hasn't
been tested but at least it installed.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 19:40:26 -06:00
fa26689808
requirements: added djangocms-blog egg.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 19:12:45 -06:00
c98ae2adab
requirements: added djangocms-blog egg.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 19:12:45 -06:00
3eb9df9097
requirements: added base eggs.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 19:06:58 -06:00
fb29ab1f43
requirements: added base eggs.
...
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 19:06:58 -06:00
7f33ac39c0
gitignore: added more patterns.
...
local_settings.py, it's for enviroment
variables, secret keys...
The rest of patterns are just standard.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 18:56:54 -06:00
0e52fce18b
gitignore: added more patterns.
...
local_settings.py, it's for enviroment
variables, secret keys...
The rest of patterns are just standard.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-20 18:56:54 -06:00
Nico Schottelius
c05c253b42
do not print - but ignore if localsettings are not existing
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 11:58:43 +02:00
Nico Schottelius
5238b257c4
do not print - but ignore if localsettings are not existing
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 11:58:43 +02:00
Nico Schottelius
2ef2269c41
begin requirments.txt
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 09:47:39 +02:00
Nico Schottelius
fa872ae6fe
begin requirments.txt
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 09:47:39 +02:00
Nico Schottelius
2b9ebdf96c
postgres module
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 01:24:40 +02:00
Nico Schottelius
9b48d37674
postgres module
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 01:24:40 +02:00
Nico Schottelius
c3f24179fc
update db to postgres
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 01:22:20 +02:00
Nico Schottelius
cccd076a3b
update db to postgres
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 01:22:20 +02:00
Nico Schottelius
bba227428d
support local settings
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 01:19:55 +02:00
Nico Schottelius
04c50ec314
support local settings
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 01:19:55 +02:00
Nico Schottelius
5f68a0282e
add uwsgi.ini
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 00:59:52 +02:00
Nico Schottelius
3e62c4e0a6
add uwsgi.ini
...
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
2015-05-14 00:59:52 +02:00