This repository is a collection of a few great little tricks and tips one could use on their Django projects that would speed up development and save many headaches in the long run. From basic to obscure, these tips can help any skill-level of programmer become more adept with Django and all it's glory.
- Fork and Clone this repo using the following command:
$ git clone https://github.com/bellatrixdatacommunity/Django-Tricks.git
$ cd Django-Tricks
- Make a new branch using following command:
$ git checkout -b "new branch name"
- Make changes to
index.html
andstyle.css
and append your little Django trick - Stage your changes, commit, and push using the following commands:
$ git add .
$ git commit -m "added a django trick"
$ git push origin
The official Django Docs.
Website: https://docs.djangoproject.com/en/3.0/
Learn HTML and CSS from a free, premium video course by Udacity.
Website - https://www.udacity.com/course/intro-to-html-and-css--ud001
This provides a quick reference to commands that are useful for working and collaborating in a Git repository.
Website: https://www.digitalocean.com/community/cheatsheets/how-to-use-git-a-reference-guide