python_wiki:django_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
python_wiki:django_configuration [2018/08/14 23:22]
billdozor [Database: MariaDB]
python_wiki:django_configuration [2018/08/14 23:41]
billdozor [Logging Setup]
Line 236: Line 236:
   * Create logging directory and setup ownership/permissions<code bash>mkdir /var/log/myprojecthere   * Create logging directory and setup ownership/permissions<code bash>mkdir /var/log/myprojecthere
 chown :apache /var/log/myprojecthere chown :apache /var/log/myprojecthere
-chmod g+rwx /var/log/myprojecthere</code>+chmod g+rwxs /var/log/myprojecthere</code>
  
 ===== Admin Interface ===== ===== Admin Interface =====
  • python_wiki/django_configuration.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)