Skip to content

hussainshaikh12/django-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Session SFIT 2022

This repo has the slides and examples that we discussed during the session. It also has the django-todo app that we deployed.

Create Virtual environment

After cloning the repo you need to create a Virtual environment using the following command and install django for working with the examples.

First install virtualenv package globally

pip install virtualenv

Open cli in the folder of the cloned repo and then create env

virtualenv env

To activate the env (For windows, For other OS you can easily google)

env\Scripts\activate

django-todo

For the working with the todo app you have to install its requirements first. So while you have already activated your env cd into the django-todo folder and install the requirements

cd django-todo
pip install -r requirements.txt

Resources

I learned django through CS50 web and my slides and presentation was also based on their notes. I am still grateful to God that I found this course of CS50 web from Harvard and it has has helped me a lot to learn and develop my skills. So anybody who wants learn more can definitely checkout their course as it is free of cost and will enable you to learn while making projects and also if you complete it you will get a certificate from Harvard university.

You can checkout the course here 👉 CS50’s Web Programming with Python and JavaScript

For notes you can go here 👉 Notes

You can also see the video lecture of Brian who has taught the CS50 course 👉 Django

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published