Last updated:
0 purchases
artdmodules 1.0.5
ArtD Module
ArtD Module is a package that is responsible for keeping track of the installed packages
Add "artd_modules" to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
'artd_modules',
]
Run the migration commands:
.. code-block::
python manage.py makemigrations
python manage.py migrate
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.