Skip to content

Learning from Django For Beginners by William S. Vincent

Notifications You must be signed in to change notification settings

kwargdevs/PagesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PagesApp

To contribute to this repository, you'll need the following configurations

clone the repo using:

git clone https://github.com/kwargdevs/PagesApp.git

navigate to the project directory

cd PagesApp

create a virtual environment

virtualenv .venv

activate virtual environment

source .venv/bin/activate

install django

pip install django

test if the project is working using:

python manage.py runserver

About

Learning from Django For Beginners by William S. Vincent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published