
    vg                        d Z ddlmZ ddlmZmZmZmZmZm	Z	m
Z
 ej                  j                  e       ej                  j                  e
       ej                  j                  e       ej                  j                  e       ej                  j                  e       ej                  j                  e	       ej                  j                  e       y)a  
Module: admin.py
Description: This module is responsible for registering models
            to be managed through the Django admin interface.
Models Registered:
- Asset: Represents a physical asset with relevant details.
- AssetCategory: Categorizes assets for better organization.
- AssetRequest: Manages requests for acquiring assets.
- AssetAssignment: Tracks the assets assigned to employees.
- AssetLot: Represents a collection of assets under a lot number.
    )admin   )AssetAssetAssignmentAssetCategoryAssetDocumentsAssetLotAssetReportAssetRequestN)__doc__django.contribr   modelsr   r   r   r   r	   r
   r   siteregister     /var/www/horilla/asset/admin.py<module>r      s   
 !   

  E  

  L ! 

  M " 

  O $ 

  H  

  K   

  N #r   