Add readme
Remove development color swatches page
This commit is contained in:
16
one_trip_api/daphne.service
Normal file
16
one_trip_api/daphne.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=daphne daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=django
|
||||
Group=www-data
|
||||
Environment="DJANGO_RELEASE=True"
|
||||
WorkingDirectory=/opt/django/OneTrip/one_trip_api
|
||||
ExecStart=/opt/django/OneTrip/one_trip_api/venv/bin/daphne \
|
||||
--u /run/daphne/daphne.sock \
|
||||
one_trip_api.asgi:application
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user