Change def settings
This commit is contained in:
parent
558350d05b
commit
1d24e99857
3 changed files with 8 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ urlpatterns = [
|
|||
path('permission/', include('permission.urls')),
|
||||
|
||||
# Make coffee
|
||||
path('coffee/', include('django_htcpcp_tea.urls')),
|
||||
#path('coffee/', include('django_htcpcp_tea.urls')),
|
||||
]
|
||||
|
||||
# During development, serve static and media files
|
||||
|
|
|
|||
|
|
@ -16,3 +16,4 @@ python-memcached
|
|||
phonenumbers
|
||||
Pillow
|
||||
crispy_bootstrap4
|
||||
bootstrap4
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@ uid = www-data
|
|||
gid = www-data
|
||||
# Django-related settings
|
||||
# the base directory (full path)
|
||||
chdir = /var/www/note_kfet
|
||||
chdir = /var/www/notes-ker-lann
|
||||
# Django's wsgi file
|
||||
#module = winaps.wsgi:application
|
||||
# the virtualenv (full path)
|
||||
home = /var/www/note_kfet/env
|
||||
wsgi-file = /var/www/note_kfet/note_kfet/wsgi.py
|
||||
home = /var/www/notes-ker-lann/env
|
||||
wsgi-file = /var/www/notes-ker-lann/note_kfet/wsgi.py
|
||||
plugin = python3
|
||||
# process-related settings
|
||||
# master
|
||||
|
|
@ -17,12 +17,12 @@ master = true
|
|||
# maximum number of worker processes
|
||||
processes = 10
|
||||
# the socket (use the full path to be safe
|
||||
socket = /var/www/note_kfet/note_kfet.sock
|
||||
socket = /var/www/notes-ker-lann/notes-ker-lann.sock
|
||||
# ... with appropriate permissions - may be needed
|
||||
chmod-socket = 664
|
||||
# clear environment on exit
|
||||
vacuum = true
|
||||
# Touch reload
|
||||
touch-reload = /var/www/note_kfet/note_kfet/settings/__init__.py
|
||||
touch-reload = /var/www/notes-ker-lann/note_kfet/settings/__init__.py
|
||||
# Enable threads
|
||||
enable-threads = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue