Skip to content

m3shovon/Feedback_Management_System

Repository files navigation

Hotel Booking App

Virtual Environment Set Up

python -m venv venv

Virtual Activation[Linux]

source venv/bin/activate

Virtual Activation With Git Bash[Windows]

source venv/scripts/activate

Install Files

pip install -r requirements.txt

Migrate

python manage.py migrate

Migrations

python manage.py makemigrations

Create Superuser

python manage.py createsuperuser

Run Project

python manage.py runserver

========== Or ==============

bash run.sh

$ python manage.py check --deploy

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors