Django Intro & Installation
python -m venv venv source ./venv/Scripts/activate pip install Django pip install djangorestframework pip install python-decouple django-admin startproject Project . python manage.py startapp FlightApi
python -m venv venv source ./venv/Scripts/activate pip install Django pip install djangorestframework pip install python-decouple django-admin startproject Project . python manage.py startapp FlightApi
Installation Installing from PyPI is as easy as doing: pip install django-storages If you'd prefer to install from source (maybe there is a bugfix in
strawberry-django-plus Enhanced Strawberry integration with Django. Built on top
Geospatial Data API in Django Resonant GeoData (RGD) is a series of Django applications well suited for cataloging and searching annotated geospatial
Django Cleanup Features The django-cleanup app automatically deletes files for FileField, ImageField and subclasses. When a FileField's value is chang
Vitary A simple social media made with Django Installation 🛠️ Get the source code 💻 git clone https://github.com/foxy4096/Vitary.git Go the the dir
Rev Registration Description Rev Registration is an automatic class scheduler for Texas A&M, aimed at easing the process of course registration by gen
django-phonenumber-field A Django library which interfaces with python-phonenumbers to validate, pretty print and convert phone numbers. python-phonen
django-duo-universal-auth A lightweight middleware application that adds a layer on top of any number of existing authentication backends, enabling 2F
Python Decouple: Strict separation of settings from code Decouple helps you to organize your settings so that you can change parameters without having
Django Lifecycle Hooks This project provides a @hook decorator as well as a base model and mixin to add lifecycle hooks to your Django models. Django'
weather-app This is a web app which allows user to get the weather info of any place in the world as soon as possible. It makes use of OpenWeatherMap
Redis cache backend for Django This is a Jazzband project. By contributing you agree to abide by the Contributor Code of Conduct and follow the guidel
Mrock A simple djagno music website. I used this template and I translated it to eng. Also some changes commited. My Live Domo : https://mrock.pythona
Interiorshop A Simple E-Commerce app made with Django Instructions Make sure you have python installed Step 1. Open a terminal Step 2. Paste the given
django-blog-vue-app frontend Project setup yarn install Compiles and hot-reload
django-reversion django-reversion is an extension to the Django web framework that provides version control for model instances. Requirements Python 3
django-sql-dashboard Django app for building dashboards using raw SQL queries Brings a useful subset of Datasette to Django. Currently only works with
nango Streamlining Django forms to provide all the wins of single-page-applications without the pain. Key features Available to all Django deployments
django-taggit This is a Jazzband project. By contributing you agree to abide by the Contributor Code of Conduct and follow the guidelines. django-tagg
jsonfield jsonfield is a reusable model field that allows you to store validated JSON, automatically handling serialization to and from the database.