Skip to content

studygyaan/How-to-Use-and-Create-Django-Signals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

How to Use and Create Django Signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages