Skip to content

t-satwik/Maize-Disease-Detection-Application

Repository files navigation

Maize-Disease-Detection-App

BackEnd Instructions

Setup

  1. Download the Repository to your local machine
  2. Create a Virtual Environment in the Backend folder with this command below
    python -m venv venv
  3. Activate the environment with this command
    .\venv\Scripts\activate
  4. Install the dependencies
    pip install -r requirements.txt (Django, Django-Rest-FrameWork)

Running the Application

  1. Activate the environment with this command.
    .\venv\Scripts\activate
  2. Start the application by running this command (Run the command where manage.py is located) or cd maize_detetion_backend
  3. python manage.py runserver

Accessing the Admin Panel

  1. You can access the admin panel by running the server and opening http://localhost:8000/admin
  2. Run python manage.py createsuperuser to create a user to access the admin panel.
  3. Set up the Username and Password
  4. You can log in and change the database values anytime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published