Skip to content

aaravcreator/bmc_dharan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Beginners

Description

This project demonstrates static to dynamic conversion of templates and deal with static files

Table of Contents (Optional)

Installation (REQUIRED )

Go to repo folder

cd bmc_dharan

Firstly create new Python virtual environment using

python -m venv myenv

Activate that environment

For windows

myenv\Scripts\activate

For Linux

myenv/bin/activate

After the successful activation you can see (myenv) infornt of every terminal cmd change directory to project directory(directory where manage.py file resides)

Dependency Install

We need to install django and other dependencies
here we have requirements.txt file with is list of all required dependencies
Run

pip install -r requirements.txt

change directory to project directory to run migrations and server

python manage.py makemigrations
python manage.py migrate

and then finally

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published