djstein /
modern-django
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
51/100 healthLoading repository data…
Salwa08 / repository
A Django-based web calculator app demonstrating core concepts like views, templates, and form handling. Created for an advanced Python project to showcase Django fundamentals through an interactive calculator example.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a Django-based web application created to serve as a video tutorial for learning and understanding the Django framework. As part of our Advanced Python course, we were tasked with creating a video to explain the fundamentals of Django. To make the concepts more engaging and digestible, we combined theoretical explanations with a practical example: building a web-based calculator.
The primary goal of this project is to:
Our tutorial emphasizes key Django features such as:
git clone https://github.com/your-username/django_tutorial.git
cd django_tutorial
python -m venv venv
source venv/bin/activate # Windows: `venv\Scripts\activate`
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Selected from shared topics, language and repository description—not editorial ratings.
djstein /
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
51/100 healthDjango based application that allows creating, deploying and running Scrapy spiders in a distributed manner
53/100 healthjllorencetti /
Pets is a Django-based website that allows people to share photos and information about missing pets and pets available for adoption
opensemanticsearch /
Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
56/100 healthedigiacomo /
A django based status page.
61/100 healthdwdyer /
A very incomplete Django-based genealogy web app.
77/100 health