In this tutorial, you will learn how to write your own Django Signals.How to use Built-in Django Signals and where to keep it in your django Project
- Create a folder and put all the files inside it.
- Create a virtual environtment -
virtualenv env
- Activate VirtualENV - ubuntu :
source env/bin/activate
|| windows :. .\env\Scripts\activate
- Run requirements.txt -
pip install -r requirements.txt
- Run the Application -
python manage.py runserver
- Go to - http://localhost:8000/admin