Skip to content

khaeyMensah/Django-pollingApp-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Polling App Tutorial Project

Description

This project is based on the Django documentation tutorial for beginners, focusing on building a polling web application. It guides users through the process of setting up a Django project and creating a simple app where users can view and vote on polls.

Features

  • User authentication
  • Creating, viewing, and voting on polls
  • Admin interface for managing polls

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/khaeyMensah/Django-pollingApp-tutorial.git
  1. Navigate to the project directory:
cd Django-pollingApp-tutorial
  1. Install the project dependencies:
pip install -r requirements.txt
  1. Apply database migrations:
python manage.py migrate
  1. Run the development server:
python manage.py runserver
  1. Access the application at http://localhost:8000 in your web browser.

Usage

Once the project is set up, you can:

  • Create a superuser to access the admin interface:
python manage.py createsuperuser
  • Log in to the admin interface at http://localhost:8000/admin to manage polls.
  • Interact with the polling app by creating, viewing, and voting on polls.

Contributing

Contributions to this project are welcome! If you'd like to contribute, please fork the repository and submit a pull request with your changes.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published