Skip to content
#

django-application

django logo

Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.

Here are 2,352 public repositories matching this topic...

Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App

  • Updated Apr 4, 2022
  • CSS
covid19-dashboard
BrianRuizy
BrianRuizy commented Mar 2, 2021

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

enhancement help wanted good first issue Data

Django poll app is a full featured polling app. You have to register in this app to show the polls and to vote. If you already voted you can not vote again. Only the owner of a poll can add poll , edit poll, update poll, delete poll , add choice, update choice, delete choice and end a poll. If a poll is ended it can not be voted. Ended poll only shows user the final result of the poll. There is a search option for polls. Also user can filter polls by name, publish date, and by number of voted. Pagination will work even after applying filter.

  • Updated Feb 23, 2022
  • Python
ribrea
ribrea commented Feb 10, 2022

In CRMs there are a lot of datastore and being fast is so important, I thought it would be great if we try to add PostgreSQL as a Database to the project and add a Setting to manage and switch between Database as:

# in setting.py
# -- Snip
Postgres = True
if Postgres:
  DATABASES = {
      'default': {
          'ENGINE': 'django.db.backends.postgresql_psycopg2',
          'NAM
good first issue

Created by Adrian Holovaty, Simon Willison

Released 21 July 2005

Repository
django/django
Website
www.djangoproject.com
Wikipedia
Wikipedia