.. image:: https://badge.fury.io/py/d2a.svg
:target: https://badge.fury.io/py/d2a
.. image:: https://github.com/walkframe/d2a/workflows/build/badge.svg?branch=master
:target: https://github.com/walkframe/d2a/actions
.. image:: https://img.shields.io/pypi/dm/d2a.svg
:target: https://pypi.org/project/d2a/
.. image:: https://img.shields.io/badge/License-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
Requirements
2 STEPS TO USE
Installation
.. code-block:: shell
$ pip install d2a -U
Add d2a to settings.INSTALLED_APPS.
.. code-block:: python3
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
# :
# :
'd2a',
]
Code generation
.. code-block:: shell
$ ./manage.py sqla_codegen
Link