Zvolský
Zvolský
Please close the older related https://github.com/bernardopires/django-tenant-schemas/pull/542
Seems this will be accepted never. So good solution is following code in your settings: ``` import sys if 'manage.py migrate' not in ' '.join(sys.argv).replace('makemigrations', 'migrate'): PG_EXTRA_SEARCH_PATHS = ['extensions'] ```
@leibowitz #203 : doesn't help me to start, commented at PR #203 So I have no success with custom models and will use basic models + 1:1 tables with additional...
I cannot start after this change. makemigrations run well for both cities and custom_cities applications, but migrate ends with CircularDependencyError like django.db.migrations.exceptions.CircularDependencyError: cities.0008_add_code_to_district, cities.0009_add_slug_fields_to_models, cities.0010_adjust_unique_attributes, cities.0011_auto_20180108_0706, cities.0012_auto_20200828_1518, mz_cities.0001_initial, cities.0001_initial, cities.0002_continent_models_and_foreign_keys,...
I want confirm same behaviour and same solution as ZeusNabartey, when you try follow the basic django-jet documentation: dashboard,py should be placed together with manage.py, not together with settings.py.
I made the proposal through jet.readthedocs.io, which have created PR https://github.com/geex-arts/django-jet/pull/288 I have no production server for this, it was just learning of the dashboard use. Best regards, Mirek ----------...
Mr. PierreDucroquet, could you mention in your blog http://www.pinaraf.info/2017/06/wal-e-and-the-gotcha-how-i-nearly-lost-50-of-my-backups/, that the standard way how to do things is /etc/wal-e.d/env/PGPORT ? It is not the best idea to let some misleading...
raven==6.7.0
>> mbornoz Thank you for your hint. Based on it I do it so: - `pghoard_restore get-basebackup --config /var/lib/pghoard/pghoard.json --target-dir /var/lib/postgresql/9.5/main --restore-to-master` - `rename 's/.partial$//' /var/lib/pghoard/metadata/pg_95_main/xlog_incoming/*.partial` - `systemctl start pghoard.service`...
Hi Kamil, So...it looks complicated. First I try without allow/disallow parameter (-g only): I have found that smoke_tests generate url /en-us/... instead of /en/... That leads to 404 everywhere and...