Pooria.Ghorbani
Results
2
issues of
Pooria.Ghorbani
in settings.py add two language , but in djangocms admin toolbar have one language "english" i want default language ='fa' (note: fa_IR) ```` LANGUAGE_CODE = 'fa' LANGUAGES = [ ("fa",...
when run migrate return this error : `` Traceback (most recent call last): File "/home/master/wisiweb/.venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 89, in _execute return self.cursor.execute(sql, params) psycopg2.errors.UndefinedTable: relation "djangocms_blog_blogconfig" does not exist LINE 1:...