Source Code of the website built for our project bookManiacs using Django Web Framework
- Clone this repository to your local machine
- In the website directory of the root folder create a file named
dbConfig - Open
dbConfigusing any text editor and enter the full path of the filebookManiacs.sqlite3present in the database folder (refer to dbConfig.sample)
- Navigate to the website directory in your root folder through command line i.e the folder where
manage.pyis present . - Run python manage.py runserver
- To test the setup navigate to 127.0.0.1:8000/admin
- If configuration is done properly, a login dialog will appear. Use the following credentials :
Username: Your full name eg. aksheshdoshi
Password: Your first name eg. akshesh
#####For Front End (html Pages)
- Navigate to
website/bookManiacs/templates/bookManiacs
This directory has all the html pages . You can see the url of the page from website/bookManiacs/urls.py
#####Database Changes
- For making changes in the database go to 127.0.0.1:8000/admin/ and login as explained above .
- Remember to change you password and commit these changes to the repository
#####Web Pages
- The url of the homepage is 127.0.0.1:8000/bookManiacs
- Url's of other pages can be obtained from the
urls.pymentioned above
MIT Licensed
Copyright (C) 2014 NebulaX