Skip to content

The "polls" application is a simple Django web app that allows users to create, vote on, and view the results of polls or surveys. It consists of models for questions and choices, views for handling user requests, and templates for rendering the content.

Notifications You must be signed in to change notification settings

Quinos2003/PollsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PollsApp

The "polls" application is a simple Django web app that allows users to create, vote on, and view the results of polls or surveys. It consists of models for questions and choices, views for handling user requests, and templates for rendering the content.

Installation

# Clone the repository:
 git clone https://github.com/Quinos2003/PollsApp.git

# Navigate to the project directory:
 cd PollsApp

# Create and activate the virtual environment (optional but recommended):
 python -m venv penv

 source penv/bin/activate  # Linux/Mac
 penv\Scripts\activate     # Windows

# Install the required packages:
 pip install -r requirements.txt

Usage

Run the development server:

python manage.py runserver

Open your web browser and visit http://localhost:8000/polls/ to access the polls app.

Create, vote on, and view the polls through the web interface.

Contributing

Contributions to the "Polls App" are welcome! If you have any bug fixes, improvements, or new features to propose, feel free to submit a pull request.

  1. Fork the repository on GitHub.
  2. Create a new branch with a descriptive name for your changes.
  3. Make your changes and commit them with clear commit messages.
  4. Push your branch to your forked repository.
  5. Submit a pull request to the main repository.

License

This project is licensed under the MIT License.

Contact

For any inquiries or support, feel free to contact [email protected]

About

The "polls" application is a simple Django web app that allows users to create, vote on, and view the results of polls or surveys. It consists of models for questions and choices, views for handling user requests, and templates for rendering the content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages