For Programmers, By Programmers.
This repository is the final code for the Django on Render.
Get Started with the Tutorial
$ mkdir ~/Dev/django-render
$ cd ~/Dev/django-render
$ git clone https://github.com/codingforinnovations/Django-Render.git .
$ python3.10 -m venv .
$ source bin/activate
(djangoreact) $ pip install -r requirements.txt
Run Django Server
(django-render) $ python manage.py runserver
Django server Running on : localhost:8000.