mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Merge pull request #122 from TrentBartlem/patch-1
Syntax highlighting of .example file
This commit is contained in:
commit
e1a461a0cc
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*/*.py.example linguist-language=Python
|
2
alliance_auth/.gitignore
vendored
Normal file
2
alliance_auth/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/settings.py
|
||||||
|
!/*.example
|
@ -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, ...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user