Skip to content

SummitStha/django-eventlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-eventlog

A simple example to show how simple log can be maintained in Django.

Install the required packages using the following commands:

pip install eventlog

Add eventlog to your INSTALLED_APPS setting:

INSTALLED_APPS = (

#third-party apps
'eventlog',

)

Run the migrations and server:

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

About

A simple example to show how eventlog can be maintained in Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors