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