Skip to content

creyD/dmv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Model Visualizer (DMV) - DEPRECATED

Issues PRs License Release CodeFactor

Folder Structure

Files

  • README.md -- Overview over the project
  • LICENSE.md -- License of all the code in this repository
  • CONTRIBUTING.md -- Please read this guide if you consider contributing to this project
  • .gitignore -- Files which git excludes

Folders

  • drafts/ -- For drafting your solution (please don't create PRs for drafts)
  • src/ -- Source Code of the Django Model Visualizer
  • docs/ -- Documentation separated for each folder in the src/ directory
  • github/ -- Files for GitHub like Issue Templates or the Code of Conduct

How to contribute

Please read the guide in 'CONTRIBUTING.md'! Thanks alot!

Contributors

Nobody is listed here at the moment.

Future

This project will be stopped as there are better ways already to achieve a pretty similar result. Not as editors, but for exporting pictures or .dot files, they are great solutions. Here is a quick guide to how this would work with django-extensions which I have used for the past months now. The editor would've been a nice to have, but for a niche group of people and only for a small portion of the development time.

The code will stay online for reusing according to license.