Skip to content

Instantly share code, notes, and snippets.

View iamjazzar's full-sized avatar
🇵🇸
The purpose of coding is a code of purpose

Ahmed Jazzar iamjazzar

🇵🇸
The purpose of coding is a code of purpose
View GitHub Profile

Keybase proof

I hereby claim:

  • I am iamjazzar on github.
  • I am ahmedaljazzar (https://keybase.io/ahmedaljazzar) on keybase.
  • I have a public key ASDbM9pslukvv_8x0xu2Ewlp9ZR1Yt7z5mqWuUZtakTCYQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am ahmedaljazzar on github.
  • I am ahmedaljazzar (https://keybase.io/ahmedaljazzar) on keybase.
  • I have a public key ASBoA-9aW1lBxNGXZNAqD17nT2ELcqBDovF0Ao4ZU3eJPwo

To claim this, I am signing this object:

@iamjazzar
iamjazzar / mako.py
Last active March 24, 2021 20:10
Mako Templates for Django Projects
"""
Mako Template Backend
This is the implementation of Mako template backend in order to use
it as a Django Template Backend alternative in this project template
system. This backend is a class that inherits
django.template.backends.base.BaseEngine. It must implement
get_template() and optionally from_string().
"""