Skip to content

samdanikouser/employee_shift

Repository files navigation

employee_shift

one management assessment

Steps to run the project

--> Create a folder and give git clone https://github.com/samdanikouser/employee_shift.git

--> Once the project is in local, create a venv inside the folder created (python3 -m venv myvenv )

--> Once Myenv is created activate the virtual env (source myenv/bin/activate )

--> Once activating the venv , direct the path inside the project folder (employee_shift)

--> Run the command (python3 -m pip install requirements.txt)

--> Once all the dependency are installed, Run the command (python3 manage.py makemigrations)

--> Run the command (python3 manage.py migrate)

--> Run the command (python3 manage.py collectstatic)

--> Run the command (python3 manage.py createsuperuser) // if you need django admin access

--> Run the command (**python3 manage.py runserver **), click on the URL and the project is launched

About

one management assessment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors