Francis-Mwaniki / py-getty

Home Page:https://django-main-app.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django with Render.com

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


Running the Project

Create a Folder & Clone the Repository.

mkdir ~/Dev/mysite
cd ~/Dev/mysite

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

https://django-main-app.onrender.com/

License:MIT License


Languages

Language:Python 66.5%Language:HTML 24.7%Language:CSS 8.6%Language:Shell 0.2%