teraflik / vDate

A Virtual Dating System designed in Django.

Home Page:http://127.0.0.1:8000/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vDate - Virtual Dating

©2015, Raghav Khandelwal, LIT2015002, TeraFlik

Installation

  • You must have python3 installed and in your system path to run webserver.

Windows

pip install --upgrade pip  
pip install --upgrade django  
python manage.py makemigrations vDate  
python manage.py migrate  
python manage.py runserver  

Linux (Ubuntu)

sudo apt-get install python3-pip  
pip3 install --upgrade django
python3 manage.py makemigrations vDate  
python3 manage.py migrate   
python3 manage.py runserver  
  • Then open your browser and go to http://127.0.0.1:8000/
  • Make sure to add the address to list of proxy exceptions.

Description

This is the PPL Assignment made by Raghav Khandelwal on Django. See the Documentation.
Django is a free and open-source web framework, written in Python, which follows the model-view-template architectural pattern.

  1. Fully functional Web App, on sqlite3, a simple database management system.
  2. Forms, if user wants to enter custom attributes of various models.
  3. Random entries generator, to create multiple instances at the click of a single button.
  4. All form requests through POST, ensuring security.
  5. Easily extensible for future updates.

Tools

  1. Sphinx v1.5.3 used for generating documentation.
  2. django framework to create the application.

About

A Virtual Dating System designed in Django.

http://127.0.0.1:8000/


Languages

Language:Python 67.6%Language:HTML 27.8%Language:CSS 4.6%