This is my first website made using django. It is a "Lost And Found" website which can be used to either report or view the lost and found things. Losing things is very common for us, which made me to start this project :)
1.Install venv
sudo apt-get install python3-venv
2.Create a virtual environment
python3 -m venv virtual
3.Start the virtual environment
source virtual/bin/activate
4.Now your path will change and it will show the name of your virtual environment
(virtual)
5.Now install django,pillow and crispy-forms (required in this application)
pip install Django
pip install pillow
pip install django-crispy-forms
1.Now clone the repository and change the directory to mysite and execute
python manage.py runserver
2.You can access the website in your local host!
You can refer here (to get a sense of how it looks like): https://youtu.be/iOPF6ADR7R8
👤 Sri Harsha G
- Website: https://gsri30.github.io/
- Github: @GSri30
This project is MIT licensed.
Give a ⭐️ if this project helped you!
This README was generated with ❤️