Skip to content
#

django-project

Here are 1,539 public repositories matching this topic...

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

The Voting System web application using Django is a project that serves as the automated voting system of an organization or school. This system works like the common manual system of election voting system whereas this system must be populated by the list of the positions, candidates, and voters. This system can help a certain organization or school to minimize the voting time duration because aside they can provide the voters an online platform to vote, the system will automatically count the votes for each candidate. The system has 2 sides of the user interface which are the administrator and voters side. The admin user is in charge to populate and manage the data of the system and the voter side which is where the voters will choose their candidate and submit their votes.

  • Updated Jan 28, 2022
  • Python
9916103020
9916103020 commented Jun 25, 2020

Whenever selecting CPP as my language and writing code and submitting it. After looking at the highlighted text you can see in above that it is showing language as C and not C++. I have attached a screenshot to this below to make it more understandable.

issue_snip PNG

Now, in the above im

bug good first issue sci easy

Improve this page

Add a description, image, and links to the django-project topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the django-project topic, visit your repo's landing page and select "manage topics."

Learn more