Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ARFA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
ARFA
ARFA
Commits
7a87d52d
Commit
7a87d52d
authored
Nov 27, 2018
by
SANCHIT JAIN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
c6b58b6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
README.md
README.md
+26
-0
No files found.
README.md
View file @
7a87d52d
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment