Skip to content

Collinslenjo/Python-Django-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Getting started with Django

git clone the repository and cd into the app directory.

Run the app

create the enviroment with virtualenv <yourEnviromentName>
Install all the requirements in your environment.

pip install -r requirements.txt

After that, run the app using Django manage.py.

python manage.py runserver

Access the homepage on http://localhost:8000 🔥

About

Getting started with Python and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published