Syntax highlighting in vim, github

This commit is contained in:
Trent Bartlem 2015-12-03 17:58:41 +10:00
parent a6ed320fd6
commit 206e923322

View File

@ -1,4 +1,5 @@
""" """
vim: set filetype=python:
Django settings for alliance_auth project. Django settings for alliance_auth project.
For more information on this file, see For more information on this file, see
@ -6,6 +7,7 @@ https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/ https://docs.djangoproject.com/en/1.6/ref/settings/
""" """
# Build paths inside the project like this: os.path.join(BASE_DIR, ...) # Build paths inside the project like this: os.path.join(BASE_DIR, ...)