MicroPyramid / Django-CRM

Open Source CRM based on Django
https://bottlecrm.io
MIT License
1.93k stars 882 forks source link

Micropyramid CRM #492

Open nijazic opened 1 year ago

nijazic commented 1 year ago

Hi there. Is there any way to have table structures used in CRM because i have to create them in MSSQL? Thanks in advnace.

ashwin31 commented 1 year ago

you connect db in settings.py and do a migrate. it will create those tables automatically reference: https://learn.microsoft.com/en-us/samples/azure-samples/mssql-django-samples/mssql-django-samples/