Skip to content

DarioRoman01/Django-Music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Music

What is this? Why?

This can be called a 'personal' project by @Haizza1 with the original intentions of learning DjangoRestFramework, and at the same time, do something that could be shared and used to share knowledge on programming and software design. If you'd like to learn about how this project is design, please check my high level design document first.

Project status

This project is in DEVELOPMENT currently development the API.**

Coding guidelines

Intention is to follow best python practices. Visit pep8 website to see more about. https://www.python.org/dev/peps/pep-0008/

Use CodeFormatter: flake8 as a tool to format code.

Note: code formatting and perfect style is out of scope for the moment

Contributions

Should you like to provide any feedback, please open up an Issue, I appreciate feedback and comments, although please keep in mind the project is incomplete, and I'm doing my best to keep it up to date.

Currently the project is NOT ACCEPTING CODE CONTRIBUTIONS (pull requests, or else) However as this is in its early stages, you are welcome to leave feedback on its current design.