Skip to content

tiroffp/ImmigrantApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 #/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.3%
  • HTML 31.7%