Skip to content

A django website that displays an html page. Used in TTÜ advanced python class

License

Notifications You must be signed in to change notification settings

evrom/django-example-for-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-example-for-class

A django website that displays an html page. Used in TTÜ advanced python class. This was developed live duringa lecture and is not well documented or include step by step instructions.

If you are looking for a django tutorial with step by step instructions and code examples, this one is good.

INSTALL

create a virtual environment with virtualenv -p python3 venv

Use the virtual environment with the command source venv/bin/activate

install packages with pip install -r requirements.txt

then run the migrations with python manage.py migrate

RUN

change current working directory to project. Run python manage.py runserver

About

A django website that displays an html page. Used in TTÜ advanced python class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published