https://github.com/dimodimchev/softuni-python-web-django
This is a repository for my lectures and projects from the Python Web Framework module in SoftUni
https://github.com/dimodimchev/softuni-python-web-django
course django python
Last synced: about 2 months ago
JSON representation
This is a repository for my lectures and projects from the Python Web Framework module in SoftUni
- Host: GitHub
- URL: https://github.com/dimodimchev/softuni-python-web-django
- Owner: DimoDimchev
- Created: 2021-05-07T18:52:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T20:31:09.000Z (about 5 years ago)
- Last Synced: 2025-01-09T06:53:17.399Z (over 1 year ago)
- Topics: course, django, python
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#

# Course details
In the Python Web Framework course you will dive deep into Python programming, using one of the most famous Python frameworks: Django. You will learn how to use PostgreSQL, how to use template inheritance, how to work with media files. Furthermore, you will learn about authentication, registration and login. You will explore the Django REST framework. You will apply all of the learned things onto projects during this course
# Topics
- Media Files
- CBV's and Django REST
- Authentication, Registration, Login
- PostgreSQL
- Deployment