Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1 KB

README.md

File metadata and controls

21 lines (17 loc) · 1 KB

ImmigrantApp

A small Django application that allows the user to search through records of immigrants and insert, update, and delete records.

The main page of our application shows the list of immigrant records.

  • To filter this list, select values from the drop down boxes and click 'Filter'.
  • To delete or edit an entry from this list, select the corresponding option in the 'Actions' column.
  • To add a new entry to the database, click the 'Create' button and select values for each field.

Prerequisites to run:

  • Install pip
  • Note: pip is already installed if you're using Python 2 >=2.7.9 or Python 3 >=3.4
  • Install Django and PyMySQL using pip
  • pip install Django
  • pip install PyMySQL
  • We used Django version 1.10.3 and PyMySQL version 0.7.9

To Run:

  • Navigate to your directory and run the command manage.py runserver
  • Find the IP address and port number for the server and type them into your internet browser
  • http://IP Address:Port #/