Skip to content

Francis-Mwaniki/mtzion-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django with Render.com

This repository is the final code for the Django with base.


Running the Project

Create a Folder & Clone the Repository.

mkdir ~/Dev/base
cd ~/Dev/base

Create A Virtual Environment.

python3.9 -m virtualenv .

Activate the Virtual Environment.

source bin/activate

In Windows use .\Scripts\activate

Install Required Dependencies

pip install -r requirements.txt

Make Migrations

python manage.py migrate

Run the Server

python manage.py runserver localhost:8000

Open localhost:8000 in Your Browser

Best resources ever seen on the internet

https://pylessons.com/django-website