|
|
@@ -11,6 +11,18 @@ This guide explains how to fork an app in Oscar.
|
|
11
|
11
|
But there's no need to do this manually anymore! More information is
|
|
12
|
12
|
available in :ref:`fork-oscar-app`.
|
|
13
|
13
|
|
|
|
14
|
+.. note::
|
|
|
15
|
+
|
|
|
16
|
+ Because of the way dynamic class loading works, when forking dashboard apps,
|
|
|
17
|
+ the ``oscar.apps.dashboard`` app also needs to be forked; and the forked
|
|
|
18
|
+ dashboard app's code must live inside the forked ``oscar.apps.dashboard``
|
|
|
19
|
+ app's directory.
|
|
|
20
|
+
|
|
|
21
|
+ Similarly, when forking ``oscar.apps.catalogue.reviews``,
|
|
|
22
|
+ ``oscar.apps.catalogue`` needs to be forked as well; and the forked
|
|
|
23
|
+ ``oscar.apps.catalogue.reviews`` app's code must live inside the forked
|
|
|
24
|
+ ``oscar.apps.catalogue`` app's directory.
|
|
|
25
|
+
|
|
14
|
26
|
Create Python module with same label
|
|
15
|
27
|
====================================
|
|
16
|
28
|
|