Skip to content

Jaydeep189/complaint-management-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Installation

  • Linux/Mac
  1. Open terminal using Ctrl+T. Run the following command
    git clone https://github.com/khalidsaifullaah/complaint-management-system.git

  2. Create and active virtual environment using
    virtualenv -p python3 env
    cd env/Scripts
    activate.bat

  3. Change the directory using
    cd ..
    cd Complain_Management_System

  4. Now you need to install python packages to run the app
    pip3 install -r requirements.txt

  5. Migrations
    python manage.py makemigrations python manage.py migrate

  6. Run Django app
    python manage.py runserver

  • Windows
  1. Open terminal using WinKey+R then Type "cmd" and then click "OK" . Run the following command
    git clone https://github.com/khalidsaifullaah/complaint-management-system.git
  2. Install and active virtual environment using
    pip install virtualenv
    virtualenv env
    env\Scripts\activate
  3. Change the directory using
    cd Complain_Management_System
  4. Now you need to install python packages to run the app
    pip3 install -r requirements.txt
  5. Migrations
    python manage.py makemigrations
    python manage.py migrate --run-syncdb
  6. Run Django app
    python manage.py runserver

About

A system helps manage user complaints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.2%
  • Python 38.2%
  • CSS 6.6%
  • JavaScript 2.0%