dpaste/dpaste
Kristján Oddsson e6781d9dbc Expose base_url in global context for templates
Since `DPASTE_BASE_URL` is a dynamic setting that can be changed when
the application is self-hosted, the templates need to have access to the
variable when rendering the templates so that they do not erroneously
display the dpaste.de url.
2017-03-09 11:10:50 +00:00
..
locale Added Hebrew translation. 2016-12-02 14:54:11 +01:00
management Code cleanup and update for Django 1.10. Fixed all warnings. 2016-09-04 20:06:07 +02:00
migrations Backwards incompatible: django-mptt removal. 2017-01-19 12:10:35 +01:00
settings Backwards incompatible: django-mptt removal. 2017-01-19 12:10:35 +01:00
south_migrations - Moving south migrations into deprecated directory 2015-01-29 16:21:10 -05:00
static/dpaste Copy url button 2016-12-02 14:44:12 +01:00
templates/dpaste Backwards incompatible: Removed Gist button feature. 2017-01-19 12:16:07 +01:00
templatetags Cleaned up all imports using isort. 2014-12-14 18:03:35 +01:00
tests Fixed missing exception for 404 views in Django 1.9+ 2017-01-19 22:46:41 +01:00
urls Backwards incompatible: Removed Gist button feature. 2017-01-19 12:16:07 +01:00
__init__.py Renamed pastebin > dpaste. 2013-03-19 13:33:35 +01:00
context_processors.py Expose base_url in global context for templates 2017-03-09 11:10:50 +00:00
forms.py Cleaned up all imports using isort. 2014-12-14 18:03:35 +01:00
highlight.py Added R lexer 2016-06-03 15:24:45 -03:00
models.py Backwards incompatible: django-mptt removal. 2017-01-19 12:10:35 +01:00
views.py Fixed missing exception for 404 views in Django 1.9+ 2017-01-19 22:46:41 +01:00
wsgi.py Added wsgi application file 2014-12-14 17:28:28 +00:00