Coder Social home page Coder Social logo

how-sorry-are-you-quiz's Introduction

Django-How-Sorry-Are-You-Quiz

Table of Contents

  1. Introduction
  2. Installation
  3. Configuration
  4. Usage
  5. Support
  6. Contributing

Introduction

This repository contains the source code for a Quiz Application Created With Django.

YouTube tutorial.

Django Authentication Tutorial Thumbnail

In this tutorial we build a Quiz App using Django to quantify how sorry the people who upset us are.

Installation

To get started with the project, follow these steps:

  1. Clone the Repository: Use Git to clone the project repository to your local machine:
git clone <repository-url>
  • Replace <repository-url> with the URL of the GitHub repository:
  1. Navigate to the Project Directory: Move into the project directory:
cd <project-directory>
  • Replace <project-directory> with the name of the directory created during cloning.
  1. Set Up Virtual Environment: Create a virtual environment for the project:
python -m venv env
  • Activate the virtual environment:

  • On Windows:

    env\Scripts\activate
    
  • On macOS and Linux:

    source env/bin/activate
    
  1. Install Dependencies: Install project dependencies using pip:
pip install -r requirements.txt

Configuration

Before running the project, make sure to configure the necessary settings:

  1. Environment Variables: Update the .env file with your configuration settings, such as email address and password.

  2. Database Migrations: Apply database migrations using the following command:

python manage.py migrate

Usage

Once the project is set up and configured, you can run it using the following command:

python manage.py runserver

Access the development server at http://localhost:8000/ in your web browser.

Support

If you found this project helpful, consider becoming a patron on my Patreon:

Support me on Patreon

Your contributions will help me continue creating helpful content. Thank you for your support!

Contributing

This project was made to help spread knowledge. If you'd like to contribute, feel free to fork the repository, make your changes, and submit a pull request.

how-sorry-are-you-quiz's People

Contributors

maiapiko avatar pikocanfly avatar

Watchers

 avatar

how-sorry-are-you-quiz's Issues

syntax error? maybe

in the settings.py file , at the "INSTALLED_APPS" first there is no comma between the final two elements of the list. After i put a comma on mine, it says that quizapp is duplicated. either way i ultimatley removed 'quizapp' and only left 'sorryquiz.apps.SorryquizConfig' but now eventhough the server runs without an error appearing on my terminal, it doesn't display the quizzes i created in the admin panel.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.