Skip to content

ethan-leonard/Schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Schedule App

This project is a scheduling application built with Django.

Project Setup

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Python.

Backend

The backend of the project is located in the schedule directory.

  1. Navigate to the schedule directory.

  2. Create a virtual environment and activate it:

    python3 -m venv .env

    For Windows

    .env/Scripts/activate

    If you get an error saying you can't run the script, run this command:

    Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

    For Linux

    source .env/bin/activate  
  3. Install the required Python packages:

    pip install -r requirements.txt
  4. Run the Django migrations:

    python manage.py migrate
  5. Start the Django server:

    python manage.py runserver

Now, you should be able to access the application at http://localhost:8000.

About

Scheduling Application Built with Django!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published