Skip to content

Instantly share code, notes, and snippets.

@mmtechslv
Created April 7, 2021 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmtechslv/dcc8ba06b64622675888808fb0a5a891 to your computer and use it in GitHub Desktop.
Save mmtechslv/dcc8ba06b64622675888808fb0a5a891 to your computer and use it in GitHub Desktop.
Markdium-Introduction
INSTALLED_APPS = [
...
'django.forms', # Required in the last section.
'django_filters', # Django-filter
'crispy_forms',
'myapp'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment