Skip to content

Kanish-dhir/ERPZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone

cd <>

(option) # pip install virtualenv

(option) # virtualenv venv

python -m venv env

Windows

.\env\Scripts\activate

Linux and Mac

source env/bin/activate

pip install django

pip install Pillow

pip install -r requirements.txt-

python.exe -m pip install --upgrade pip

python manage.py makemigrations python manage.py migrate

python manage.py runserver

admin password change

python manage.py changepassword

python manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published