#
django3
Here are 201 public repositories matching this topic...
django admin theme base on adminlte ❤️
-
Updated
May 6, 2020 - Python
Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery
django
correlation
sentry
logging
django-rest-framework
tracing
celery
guid
request-id
asgi
correlation-id
django3
django-guid
django-correlation-id
-
Updated
Jun 18, 2021 - Python
A news curator and newsletter subscription package for Django
python
package
django
news
django-framework
python3
newsletter
newsfeed
newsletter-mail
curated-list
newsletters
curator
django2
news-curation
django-packages
django3
django-newsfeed
-
Updated
Aug 2, 2021 - Python
javascript
python
docker
django
material-design
docker-compose
django-application
django-framework
python3
doodle
materializecss
doodle-like
django3
-
Updated
Aug 20, 2021 - Python
Проект написан в рамках обучающего курса по Django 3 на youtube.
-
Updated
May 9, 2020 - Python
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
-
Updated
Aug 2, 2021 - Python
Build A Hotel Site With Python & Django [Rooms - Book Room - Search Rooms - About - Contact ]
-
Updated
Jun 10, 2021 - Python
Learn to build & deploy a MVP landing page using Django, Python, & Bootstrap. The tutorial series covers the Django basics using Django 3, Python 3.8, and Bootstrap 4.5.
-
Updated
Jun 10, 2021 - Python
python
bootstrap
django
service
pastebin
bootstrap4
python3
codehub
persian
farsi
pastebin-service
pythonanywhere
webiste
django3
-
Updated
Jun 10, 2021 - Python
Cashier Management & Inventory Management System
open-source
ecommerce
backend
dbms
django-application
crm
django-framework
python3
e-commerce
crud-application
point-of-sale
heroku-app
cashier
kasir
django-crm
aplikasi-pos
inventory-management-system
aplikasi-kasir
jual-beli
django3
-
Updated
Jun 27, 2021 - Python
This web-based project classifies between fake & real news using machine learning, currently under development :)
-
Updated
Jun 4, 2021 - Jupyter Notebook
Polling application built in Django.
django
django-rest-framework
django-application
django-framework
python-3
polling
django-project
django-authentication
polls-application
django3
-
Updated
Jul 12, 2020 - Python
A django-based project for helping school staff to manage daily school activities
-
Updated
Jun 10, 2021 - Python
A simple Django weather application that will show weather report of cities and also capable for forecast 5 days weather report
-
Updated
Apr 28, 2021 - Python
Library for adding progressive web app functionality in your django project.
-
Updated
Apr 6, 2020 - Python
stock portfolio management system built with Django and deployed on Heroku
heroku
api
bootstrap
django
portfolio-website
django-application
bootstrap4
python3
stock-market
herokuapp
finance-application
heroku-deployment
finance-management
django-project
django3
ixecoud
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Aug 9, 2021 - CSS
Movie Website built on python Django framework; Uses Content Based Predictive Model approach to predict similar movies based on the contents/genres similarities
python
machine-learning
django
python-3-6
python3
movie-recommendation
movielens-dataset
movielens
content-filtering
django-project
content-based-recommendation
content-based-filtering
django3
-
Updated
Jul 27, 2020 - Python
Plateforme d'apprentissage en ligne : un CMS flexible sous Django qui permet aux formateurs de créer des cours et gérer leur contenu.
-
Updated
Jun 10, 2021 - CSS
Improve this page
Add a description, image, and links to the django3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the django3 topic, visit your repo's landing page and select "manage topics."
When I login with a registered user, I get an error that /accounts/profile isn't in urls.py. The default behavior of LoginView is to redirect to that URL unless you have LOGIN_REDIRECT_URL set in settings.py. I updated mine to point to /transactions/report and now it works fine (unless the user doesn't have an account, which happens if you try to log in with a superuser account instead of one t