Skip to content

A django webapp which manages hosts and their visiters

Notifications You must be signed in to change notification settings

ashutosh2329/entry_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entry Management

This is an app which takes in Host and Visitor data from front end and notifies Host on arrival of any visitor

Installation

Python 3 required

Clone the project

git clone https://github.com/ashutosh2329/entry_Management.git

Create a virtual-environment (optional)

virtualenv env (optional)

Install the dependencies

pip install -r requirements.txt

Change into the directory where manage.py is present and run

python manage.py runserver

Deployed

Deployed on pythonanywhere.com, with all functionality.

Test the app

Author

Ashutosh Tiwari

About

A django webapp which manages hosts and their visiters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published