-
Updated
Apr 7, 2021
django-application

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 2,102 public repositories matching this topic...
-
Updated
Sep 23, 2021 - JavaScript
-
Updated
Jun 9, 2021 - Python
-
Updated
Oct 2, 2021 - Python
-
Updated
Sep 29, 2021 - Python
-
Updated
Sep 22, 2021 - Python
-
Updated
Oct 2, 2021 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Oct 3, 2021 - Python
-
Updated
Sep 22, 2021 - CSS
-
Updated
Aug 14, 2021 - Python
-
Updated
Jun 10, 2021 - Python
-
Updated
Apr 5, 2021 - Python
-
Updated
Sep 27, 2021 - Python
-
Updated
Aug 11, 2021 - Python
there is only dashed lines in the registration under account types and when i click on it there are no lists of any sort of account type
Vaccination data
Make page of seperate dashboard for vaccination data.
Metrics to consider adding:
- vaccine specific metrics (pfizer, moderna, J&J)
- Total vaccines by country table
- daily vaccinations bar chart
- vaccination rates per company per capita
sources:
https://www.kaggle.com/gpreda/covid-world-vaccination-progress
https://www.nytimes.com/interactive/2021/world/covid-vaccinations-tra
-
Updated
Oct 1, 2021 - Python
При создании заказа нужно записывать юзера, который его создал. Будет ползено потом для статистики b2b.
Осторожно — юзера может и не быть, к примеру при создании обычных заказов с фронтенда.
Пример, как в сервисе удобно определять текущего аутентифицированного юзера — [тут](https://gist.
-
Updated
Sep 22, 2021 - Python
-
Updated
Feb 14, 2021 - Python
-
Updated
Sep 23, 2021 - Python
Describe the feature you'd like
We need to refactor CheckUniqueView
.
Validation part should be written at serializer level. Move out def validated
to serializer. Also, use Response
from DRF to ret
-
Updated
Sep 21, 2018 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Sep 22, 2021 - JavaScript
Documentation needs to be fixed, also be good written without grammar and syntax mistakes.
If you are native of English and want to help, please, do it as like #11 pull request.
Thanks! :)
-
Updated
Dec 19, 2018 - Python
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia
Issue Summary
We set
X-Frame-Options: sameorigin
onRenderPatternView
responses, but if an exception is raised andDEBUG = True
, the error page response does not have that heading set by default.Steps to Reproduce
assert False
in theRenderPatternView.get()
method)