Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 716 Bytes

File metadata and controls

15 lines (11 loc) · 716 Bytes

How to Use and Create Django Signals

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

Setup

  1. Create a folder and put all the files inside it.
  2. Create a virtual environtment - virtualenv env
  3. Activate VirtualENV - ubuntu : source env/bin/activate || windows : . .\env\Scripts\activate
  4. Run requirements.txt - pip install -r requirements.txt
  5. Run the Application - python manage.py runserver
  6. Go to - http://localhost:8000/admin

Superuser already created - username : admin, password : password