This is a simple website built on Django to query and showcase database queries. This is also the web GUI version of the CLI project Gnome-Chompski-Tracking-Database-System
A man-made invasive species called Gnome Chompskis have become an epidemic on Earth. Swarms of these pests have been wiping out towns and villages around the world. Some Gnome Chompskis have also been reported to have special mutations, such as using teeth as projectiles. The GenCorp CEO has divided up the swarms among each of GenCorp’s members to better manage all the swarms.
The purpose of this project is to create a method of tracking individual Gnome Chompski Swarms as well as the physical characteristics of each Gnome Chompski in their respective swarm.
- Shows all gnome chompskis and swarms in its own page
- Add, Update, Delete entities from the database
- Create user by using built-in admin function in Django
- Password authentication and encryption by built-in Django function
- See the statistics of the gnome chompskis (min, max, average)
- Sort entities based on the att
- Clone the repository to your local machine:
git clone https://github.com/your-username/employee-management-system.git
- Navigate to the project directory
- Run setup.SQL to create tables
- Run server
python manage.py runserver
- Log in using guest username: John password: 123johnsmith
- or Create a superuser to gain access to ./admin/ by typing:
python manage.py createsuperuser
- Navigate to either the /Home/ page or the /Admin/ page to log in
Props to this video that walked me through building a Django Website.