gauravpandey068 / furnitureRental

Furniture Rental System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

furnitureRental

Furniture Rental System

create .env file with

Database config
SECRET_KEY

Make migration

python manage,py makemigrations

Migrate

python manage,py migrate

Create admin account

python manage.py createsuperuser 

provide information

Usename:
Email address:
Password:
Password( again ):
Bypass password validation and create user anyway? [y/N]: 
Superuser created successfully.

Run app

 python manage.py runserver 

Visit -> http://127.0.0.1:8000/

About

Furniture Rental System

License:The Unlicense


Languages

Language:HTML 59.7%Language:Python 40.3%