Commit Graph

12 Commits

Author SHA1 Message Date
yunti
d6962a890d Fixed typo on 403 exception 2016-02-09 18:36:56 +00:00
Saurabh Kumar
77c6a12eaa fix(urls): update 4xx error pages preview, to accept exceptions
closes #444
2015-12-16 14:16:54 +05:30
Fábio C. Barrionuevo da Luz
606e1de157 escape admin url usage example in comment 2015-10-03 19:35:27 -03:00
Daniel Roy Greenfeld
58ec2fe113 URL to django.contrib.admin is now configurable 2015-10-03 14:54:29 -07:00
Roman Afanaskin
5150f0ec2d String view arguments to url() is deprecated in django 1.9 2015-09-30 18:13:16 +03:00
Saurabh Kumar
c6e3d23a52 Add urls, when in DEBUG mode to view error pages 2015-05-09 23:01:07 +05:30
Saurabh Kumar
b60e13ed31 Use list, instead of 'patterns' for urlpatterns 2015-05-09 22:22:57 +05:30
Saurabh Kumar
e07e436b46 Remove admin.autodiscover() call, it's called automatically in 1.7+ 2015-05-09 22:13:28 +05:30
Saurabh Kumar
3abb87acbc Drop Support for django-avatar [not compatible with django 1.8]
- makes the whole cookie lighter and acceptable to wider community
- redues cookie maintainance buren
2015-04-26 16:45:21 +05:30
Saurabh Kumar
9f3116ba4c Major refractor to move PYTHON_PATH to top-level repo dir
- PYTHON_PATH now should point to `root_dir` instead of `apps_dir`
- `manage.py` now lives at the root dir
- `config` is moved out to root dir
2015-04-26 11:35:46 +05:30
Daniel Greenfeld
c8a01b6bad Fix the layout to match the cookie cutter pattern 2013-08-15 20:03:08 +02:00
Daniel Greenfeld
988b4f8a46 Getting pieces to work 2013-08-15 19:47:35 +02:00