Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 952 Bytes

File metadata and controls

34 lines (22 loc) · 952 Bytes

Other Components

Notifications

.. automodule:: purchasing.notifications
    :members:

Nightly Jobs

.. autoclass:: purchasing.jobs.job_base.JobBase
    :members:

.. autoclass:: purchasing.jobs.job_base.EmailJobBase
    :members:

Admin

For more information on how to use the admin, see the Admin user's guide. The admin is built using Flask Admin.

User Logins

Users are handled using the Flask-Security framework. More on how this works will be made available soon.