Teacher-Directory-App

How to Run

• Move all of this files to django folder project (replace it)

• open your command line and type

To install all pip packages

pip install -r requirements.txt

To install django

pip install django

If you are not copying migration file , type following commands.

python manage.py makemigrations

python manage.py migrate

If you are not using existing db, create super user.

python manage.py createsuperuser

Finally run the project ..

python manage.py runserver

• open your browser and type URL http://127.0.0.1:8000/

• To Login use following Credentials

username: admin
password:admin123