djangoapps-common.rst 723 Bytes
Newer Older
1
*******************************************
2
Common
3 4
*******************************************

5
.. module:: common.djangoapps
6

7 8
Student
=======
9

10
.. automodule:: student
11 12 13
    :members:
    :show-inheritance:

14 15
Models
------
16

17
.. automodule:: student.models
18 19 20
    :members:
    :show-inheritance:

21 22
Views
-----
23

24
.. automodule:: student.views
25 26 27
    :members:
    :show-inheritance:

28 29
Admin
-----
30

31
.. automodule:: student.admin
32 33 34
    :members:
    :show-inheritance:

35 36
Tests
-----
37

38
.. automodule:: student.tests
39 40 41
    :members:
    :show-inheritance:

42 43
Management
----------
44

45
.. automodule:: student.management
46 47 48
    :members:
    :show-inheritance:

49 50
Migrations
----------
51

52
.. automodule:: student.migrations
53
    :members:
54
    :show-inheritance: