diff --git a/README.md b/README.md index 918012c9..b8e492a0 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,53 @@

IERT DJANGO WEBAPP

- This is my college website created using python (django framework) at backend . Some of the features of website include implementation of login/logout system for students , it's a responsive website which is also a standalone progressive web app and provide dynamic notification and content from backend. -

+

# Django Django is an open-source python web framework used for rapid development, pragmatic, maintainable, clean design, and secures websites. A web application framework is a toolkit of all components need for application development. The main goal of the Django framework is to allow developers to focus on components of the application that are new instead of spending time on already developed components. Django is fully featured than many other frameworks on the market. It takes care of a lot of hassle involved in the web development; enables users to focus on developing components needed for their application. - -Dependencies ------------- +## Dependencies create a virtualenv and run req.sh
-virtualenv +virtualenv +
pip install virtualenv
+ what is virtual environment ?
A virtual environment is a tool that helps to keep dependencies required by different projects separate by creating isolated python virtual environments for them. This is one of the most important tools that most of the Python developers use.
read more... to run req.sh +
bash req.sh
+## Screenshot - Screenshot ------------- +

+ +# some important things - ![alt text](https://github.com/itsvinayak/iert_django_webapp/blob/master/screen.png) - - - # some important things - - made by vinayak with 💕 and 💻 - diff --git a/iert.png b/img/iert.png similarity index 100% rename from iert.png rename to img/iert.png diff --git a/screen.png b/img/screen.png similarity index 100% rename from screen.png rename to img/screen.png