1267e91976
changed django configuration for settings that it inserts the relative path in layout that has this fabric implementation
2023-07-07 15:11:40 +03:00
0956487932
got rid of ooutdated django settings files in conf/django
2023-07-07 14:49:16 +03:00
e8a739338b
got rid of django settings files in the templates/share/conf/gunicorn directory
2023-07-07 14:48:19 +03:00
85c4c018e1
updates in the nginx files
2023-05-22 18:08:10 +03:00
7b507e5874
changes to configuration files
2023-05-18 15:42:05 +03:00
b66c1fa18f
added a TIMEOUT to the docker remote up, bc it was timing out
2022-09-02 01:16:43 +03:00
dbc60c1cdc
making it possible to add volumes to the docker section of the project file
2022-09-01 22:24:49 +03:00
f8e3efc3da
had to add services as top property b/c of changes in the docker-compose configuraiton standard
2022-05-06 18:11:02 +03:00
Ronny Abraham
e83adf4a15
update the database creation files to make everything utf8
2019-04-17 11:15:30 +03:00
Ronny Abraham
faa2bbb0c9
update local generated so that it has a cleaer description of the database
2019-02-13 21:18:42 +02:00
Ronny Abraham
b961dad932
updated generate so it creates a generated local file that is imported by the normal local file
2019-02-12 01:21:05 +02:00
Ronny Abraham
0211723fe9
add import for custom local settings
2019-02-11 23:50:30 +02:00
Ronny Abraham
54654dbf4c
update jinja settings so the entire server backend name must be loaded up
2019-02-11 23:28:18 +02:00
Ronny Abraham
16f43982a0
update django generate local settings os that it copies over internally generated values from the project files rather than directly connecting. this means ALL projects need to be updated wihenever project configuraiton settings are changed
2019-02-09 23:48:04 +02:00
Ronny Abraham
e270402ac9
updated fabric allowed hosts
2018-11-09 10:16:13 +02:00
Ronny Abraham
4eba2cbf5a
updating for python3
2018-10-18 12:45:07 +03:00
Ronny Abraham
acc2392182
updated settings for python3/django2.0
2018-10-17 23:25:26 +03:00
Ronny Abraham
df846a1275
removing unnecessary old django settings files
2018-10-17 23:24:05 +03:00
Ronny Abraham
4ccbe25f25
the allowedhosts value was a list, and I was putting it inside another list [ ] set to ALLOWED_HOSTS
2018-10-16 03:26:03 +03:00
Ronny Abraham
d57781436b
use the allowedhosts variable in place of the other two. even if allowed_hosts is not set in conf, the host extended host name will be used anyway
2018-10-16 03:04:13 +03:00
Ronny Abraham
6691cd1af8
changed ALLOWED_SITES to include whatever we call the host site
...
Changes to be committed:
modified: share/templates/conf/django/files/local.jinja2
2017-08-28 23:53:42 +03:00
Ronny Abraham
7653bc692a
added service name to top of jinja file when I saw I was getting
...
recraete conflicts
Changes to be committed:
modified: share/templates/conf/docker/files/database.jinja2
2016-09-21 01:18:02 +03:00
Ronny Abraham
30094184b9
slight changes for PEP compliance
...
modified: share/templates/conf/django/files/settings.jinja2
modified: share/templates/conf/gunicorn/files/settings.jinja2
2016-09-16 13:33:07 +03:00
Ronny Abraham
fd0e14b1b8
updated settings for the django 1.10
...
new file: share/templates/conf/django/files/settings.1.9.jinja2
modified: share/templates/conf/django/files/settings.jinja2
new file: share/templates/conf/gunicorn/files/settings.1.9.jinja2
modified: share/templates/conf/gunicorn/files/settings.jinja2
2016-09-16 13:29:20 +03:00
Ronny Abraham
c8212df554
reflect changes of project/media to project/share/media
...
modified: share/templates/conf/django/files/local.jinja2
modified: share/templates/conf/gunicorn/files/local.jinja2
2016-09-16 12:32:55 +03:00
Ronny Abraham
e91f62b794
major changes to layout
...
modified: modules/conf_setup.py
modified: modules/docker.py
modified: modules/initialize.py
modified: modules/maintenance.py
modified: share/templates/conf/django/files/settings.jinja2
modified: share/templates/conf/gunicorn/files/settings.jinja2
modified: share/templates/meta/development.yml
modified: share/templates/meta/layout.yml
2016-09-15 22:15:57 +03:00
Ronny Abraham
0a7632c7fb
moved templates to share directory
...
renamed: templates/conf/database/files/db.drop_all.sql.jinja2 -> share/templates/conf/database/files/db.drop_all.sql.jinja2
renamed: templates/conf/database/files/db.drop_db.sql.jinja2 -> share/templates/conf/database/files/db.drop_db.sql.jinja2
renamed: templates/conf/database/files/db.init.sql.jinja2 -> share/templates/conf/database/files/db.init.sql.jinja2
renamed: templates/conf/database/files/db.re_init.sql.jinja2 -> share/templates/conf/database/files/db.re_init.sql.jinja2
renamed: templates/conf/gunicorn/files/gunicorn.jinja2 -> share/templates/conf/django/files/gunicorn.jinja2
renamed: templates/conf/gunicorn/files/gunicorn.unixsocket.jinja2 -> share/templates/conf/django/files/gunicorn.unixsocket.jinja2
renamed: templates/conf/gunicorn/files/local.jinja2 -> share/templates/conf/django/files/local.jinja2
renamed: templates/conf/gunicorn/files/settings.jinja2 -> share/templates/conf/django/files/settings.jinja2
renamed: templates/conf/gunicorn/files/settings18.jinja2 -> share/templates/conf/django/files/settings18.jinja2
renamed: templates/conf/gunicorn/files/wsgi.jinja2 -> share/templates/conf/django/files/wsgi.jinja2
renamed: templates/conf/gunicorn/files/wsgi.py -> share/templates/conf/django/files/wsgi.py
renamed: templates/conf/docker/files/database.jinja2 -> share/templates/conf/docker/files/database.jinja2
renamed: templates/conf/django/files/gunicorn.jinja2 -> share/templates/conf/gunicorn/files/gunicorn.jinja2
renamed: templates/conf/django/files/gunicorn.unixsocket.jinja2 -> share/templates/conf/gunicorn/files/gunicorn.unixsocket.jinja2
renamed: templates/conf/django/files/local.jinja2 -> share/templates/conf/gunicorn/files/local.jinja2
renamed: templates/conf/django/files/settings.jinja2 -> share/templates/conf/gunicorn/files/settings.jinja2
renamed: templates/conf/django/files/settings18.jinja2 -> share/templates/conf/gunicorn/files/settings18.jinja2
renamed: templates/conf/django/files/wsgi.jinja2 -> share/templates/conf/gunicorn/files/wsgi.jinja2
renamed: templates/conf/django/files/wsgi.py -> share/templates/conf/gunicorn/files/wsgi.py
renamed: templates/conf/nginx/files/default.conf.jinja2 -> share/templates/conf/nginx/files/default.conf.jinja2
renamed: templates/conf/nginx/files/unixsocket.jinja2 -> share/templates/conf/nginx/files/unixsocket.jinja2
renamed: templates/conf/supervisor/files/conf_old -> share/templates/conf/supervisor/files/conf_old
renamed: templates/conf/supervisor/files/supervisor.jinja2 -> share/templates/conf/supervisor/files/supervisor.jinja2
renamed: templates/meta/development.yml -> share/templates/meta/development.yml
renamed: templates/meta/layout.yml -> share/templates/meta/layout.yml
renamed: templates/meta/staging.yml -> share/templates/meta/staging.yml
renamed: templates/readmes/aws.md -> share/templates/readmes/aws.md
renamed: templates/readmes/gandi.md -> share/templates/readmes/gandi.md
renamed: templates/readmes/reset_migrations.md -> share/templates/readmes/reset_migrations.md
renamed: templates/readmes/setup_gandi.md -> share/templates/readmes/setup_gandi.md
renamed: templates/readmes/translations.md -> share/templates/readmes/translations.md
renamed: templates/readmes/update_images.md -> share/templates/readmes/update_images.md
2016-09-15 20:26:39 +03:00