Wednesday 28 October 2020

Online Voting System in Django Python | Django Poll


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.

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

python== 3.5 or up and django==2.0 or up

Installing

open terminal and type

onal in project directory and type

python manage.py makemigrations
python manage.py migrate

To use admin panel you need to create superuser using this command

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000/home in your browser

 

Download Here

Saturday 17 October 2020

Covid19 Real Time Counter, World Map, Android Studio Project, Android A...





This project is Android application that contains information about the Covid19 Virus ðŸ¦ 
Coronavirus disease (COVID-19) is an infectious disease caused by a newly discovered coronavirus. Most people who fall sick with COVID-19 will experience mild to moderate symptoms and recover without special treatment
It is an Android application that contains information about the Covid19 Virus. It contains detailed information about all countries. Daily case numbers, death numbers can be learned. I code the project in Java language. Retrofit, Picasso technologies are used.

Which API are you using ? ðŸ¤”

I'm using this API in Android Application : https://corona.lmao.ninja
This Api is perfect. Build anything from console widgets to mobile applications with our free and easy to use API.

Android Application Screens ðŸ“±

When the application is opened, a screen listing all countries is shown. This screen shows how many people have died in total in the all countries so far. By swiping up and down on the main page, you can find out the number of people who died from corona virus in all countries.
You can find information about the desired country by clicking the search button at the top of the main page.
Clicking on the countries from the main page or search screen goes to the detail page. There is a variety of information on the detail page. These are as follows : Today cases, Today death, Total test, Total case, Total deaths, Total recovered.

Download Source Code

Apk Demo

Github Link