diff --git a/note_kfet/urls.py b/note_kfet/urls.py index bd5d7a5..a28a99d 100644 --- a/note_kfet/urls.py +++ b/note_kfet/urls.py @@ -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 diff --git a/requirements.txt b/requirements.txt index 2728a7c..0425ff0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,4 @@ python-memcached phonenumbers Pillow crispy_bootstrap4 +bootstrap4 diff --git a/uwsgi_note.ini b/uwsgi_note.ini index 34a8ecc..0eb3471 100644 --- a/uwsgi_note.ini +++ b/uwsgi_note.ini @@ -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 \ No newline at end of file +enable-threads = true