Skip to content

Instantly share code, notes, and snippets.

View TechRancher's full-sized avatar

J Sikes TechRancher

  • Missouri
  • 12:38 (UTC -05:00)
View GitHub Profile
@TechRancher
TechRancher / coding_style_checklist.md
Created July 25, 2020 00:57
Coding Style For Django Plus Best Practice Coding Tips

Coding Style For Django

Please follow these coding standards when writing code for inclusion in Django. - Django Documentation

Python Style

  • Use EditorConfig or conform to the indentation style dictated in the .editorconfig file
  • Use 4 spaces for indentation with Python and 2 indentation spaces for HTML files.
  • Use PEP 8 Python style as a guide
  • Use flake8 to check for problems in this area. But Django has line lengths rules that are different then PEP 8 recommends.
@TechRancher
TechRancher / Basic Ubuntu Commands.md
Last active March 26, 2024 18:53
Ubuntu 18.04 Terminal Commands

Basic Ubuntu Commands

This is a list of the most basic but extremely useful commands. Learning these will help you have a strong foundation to add more sophisticated commands upon.

Here are some words that we use and some meanings that you may associate them with.

We use What you may know them as
directory folder
sudo Run as Administor