Skip to content
forked from surfer190/fixes

Common development problems and solutions

Notifications You must be signed in to change notification settings

tempchirsoz/fixes

 
 

Repository files navigation

Fixes

Summaries, Fixes, Solutions and Notes

fixes.co.za

Build Status

Common problems and solutions, fixes and tips that I have gathered while trying to solve problems.

Keeping a reference of common development problems and solutions I have come across to help others to be more efficient in problem solving.

Where to view Fixes

The whole collection of fixes can be viewed with your web browser at: http://fixes.co.za

The site is built with mkdocs and is updated on a post-receive hook to this repo

Create / Update the index page

source env/bin/activate

python update_index.py

Install a pre-commit hook:

sudo vim ./fixes/.git/hooks/pre-commit

and write:

#!/bin/sh
source ./env/bin/activate && python update_index.py

About

Common development problems and solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.4%
  • Python 34.8%
  • HTML 19.8%