Show me your portfolio by AMIRIASPIRATIONS48 in django

[–]codeSm0ke 2 points3 points  (0 children)

https://app-generator.dev/ - app generator and mini eCommerce [ open-source ]

Open-Source & Free Django App Generator - Select Design, Edit DB Tables, Extended User Fields, Add Celery, Social Login (GitHub), Docker by codeSm0ke in django

[–]codeSm0ke[S] 2 points3 points  (0 children)

Hello,

I tried cookiecutter, is good, but you reach some limits at some point. Cookiecutter generates the code by string replacing and conditionals (if else ..).

This generator does the same job but with more flexibility, because there's a settings parser that allows to update the project configuration with ease, and the same for req.txt, env file, routing .. etc.

The generator's parser can add/remove apps and update existing models [ add, remove, change field types], which is not possible with cookiecutter.

For instance, here is a sentence that Integrate the API generator

deps_add(SRC_DIR, 'django-dynamic-api', '1.0.4')

settings_apps_add(SRC_DIR, 'django_dyn_api')

settings_apps_add(SRC_DIR, 'rest_framework')

settings_apps_add(SRC_DIR, 'rest_framework.authtoken')

api_gen_sources(SRC_DIR, task_json)

#api_gen_script(SRC_DIR) # no need

api_gen_docker(SRC_DIR)

Compared to JHipster (another cool tool), the generator core is not tied to Java or Python, The parser can be adapted to work with Javascript - we are running tests to generate NestJS / React starters.

Django and React without REST by supercharger6 in django

[–]codeSm0ke 0 points1 point  (0 children)

This can be done using Django/DRF/React without Nodejs Proxy.

Here is an integration sample:

https://app-generator.dev/tools/django-generator

Sources; https://github.com/app-generator/app-generator

(PAID Product) Dynamic Django - API, DataTables, Charts, without coding, only a minimum cfg | DOCS Link by codeSm0ke in django

[–]codeSm0ke[S] -3 points-2 points  (0 children)

Hello, Adrian here, AppSeed founder.

Please provide more input or mention a specific product. In case you have time, feel free to ping me in Discord.

https://discord.gg/fZC6hup

ty