Просмотр исходного кода

Included note about future plans.

Rafał Pitoń 11 лет назад
Родитель
Сommit
ddde05e484
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      docs/developers/admin_actions.rst

+ 2 - 0
docs/developers/admin_actions.rst

@@ -26,6 +26,8 @@ Registering urls under ``misago:admin`` namespace
 
 Your admin links will live under ``misago:admin`` namespace, which means they have to be registered in it beforehand. Similiarly to Django, Misago uses small discovery routine which discovers modules that are expected to register their urls in admin.
 
+.. warning::
+   Presented solution is only temporary. Starting with Django 1.7, you will have to make decision where to locate code that will register your links in Misago admin and call it within your app ``apps.py`` initializer.
 
 Depending on structure of your app and your tastes, this module can be one of following: