Skip to content

Django setup which can handle the versioning of data and its models.

Notifications You must be signed in to change notification settings

AdarshPawar29/django-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-version

Django setup which can handle the versioning of data and its models.

  • Try School Application I have added version end point to see classroom model versions.

classroom_versions/<your-classroom-id> will show all versions

  • To revert through versions use

classroom_versions_revert/<your-classroom-id>/<version-index>

How to create versions?

Example: Any changes you make to models connected to the classroom model will result in the creation of a new version with the updated information.

About

Django setup which can handle the versioning of data and its models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages