Commit 7a87d52d authored by SANCHIT JAIN's avatar SANCHIT JAIN

readme

parent c6b58b6d
Installing Dependencies:-
sudo pip install django
sudo pip install psycopg2-binary
Set up postgresql with any database that you want.
Update the Information about the database adn IP address in /ARFA/settings.py
Start your postgresql server.
Insert data in the database using sample database ```/ARFA/with_tests_for_demo.sql``` using the
command
```psql -h localhost -p <port_no> -d <database-name> < /ARFA/sample_database.sql```
Now run the following commands
```cd ARFA
python manage.py runserver```
Go to your favourite browser and type in the url “​ http://127.0.0.1:8000​ ”
view Faculty and Student
Note that the password is ​ <First_Name>12345678
First Letter of first name is capital for example for both mathur42,mathur55 the
password is Mathur12345678.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment