Francis-Mwaniki / mtzion-django

Fully fledged django app

Home Page:https://mtzion7thday.onrender.com/home/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fully fledged django app

https://mtzion7thday.onrender.com/home/

License:MIT License


Languages

Language:Python 58.9%Language:HTML 33.1%Language:CSS 7.8%Language:Shell 0.2%