SaeedTJ
Verified User
- Joined
- Aug 20, 2017
- Messages
- 39
I want to deploy a django app using nginx-unit
my project structure is like this:
I do not know what should I do to create or run the application and there is not an example about deploying it or any tutorial video.
can anyone help how to configure it.
my project structure is like this:
Code:
domains/meno.digital/
manage.py
mysite/
__init__.py
settings.py
urls.py
asgi.py
wsgi.py
I do not know what should I do to create or run the application and there is not an example about deploying it or any tutorial video.
can anyone help how to configure it.