You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first example project using Django. In this repository you will find a basic sample project using Django, the most popular Python-based web development framework.
Topics
Creation of virtual environment
Project structure
Creation and structure of apps
Routing
Database (Sqlite3) and models
Route parameters
Django admin panel
Template rendering with Jinja2
Django forms
URL name
Static files
Try it
Clone this repository
Open a terminal and create a virtual environment inside the project root
> pip install virtualenv
> virtualenv venv
Installs the packages from the requirements.txt file