https://github.com/sayam753/deploy_django
Deploying django with uWSGI and Nginx, mysql as the database
https://github.com/sayam753/deploy_django
centos7 django mysql-client nginx python uwsgi-nginx
Last synced: about 2 months ago
JSON representation
Deploying django with uWSGI and Nginx, mysql as the database
- Host: GitHub
- URL: https://github.com/sayam753/deploy_django
- Owner: Sayam753
- Created: 2019-06-08T19:32:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T13:34:54.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T13:36:57.076Z (over 1 year ago)
- Topics: centos7, django, mysql-client, nginx, python, uwsgi-nginx
- Homepage:
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Django
For deploying Django Project using uWSGI and Nginx on Centos with Mysql database, check out -
1. [Initial Server Setup Guide](https://www.codingpaths.com/django/initial-server-setup/)
2. [Deploy Django](https://www.codingpaths.com/django/deploy-django/)