Fork the repository and run:
$ git clone [email protected]:<username>/django-view-permissions.git $ cd django-view-permissions $ make venv # needs python3.5 $ make requirements
pip-tools is used for the requirement management. If you want to add/update some existing requirement, you need to update it in the .in file and run the following command.
$ make upgrade
- Share the idea. (Create a Issue)
- Sumbit first working draft of your idea. (Create a Pull Request)
- Incorporate the reviwers sugestions.
- Get a couple of thumbs up and merge. (Y)
For any kind of queries feel free to create github issues.