JC-Coder / startease

StartEase is a command-line interface (CLI) tool designed to make project setup a breeze. Whether you're working with your favorite technologies or exploring new ones, StartEase is your companion for quickly and effortlessly scaffolding projects.
https://startease.vercel.app
MIT License
61 stars 24 forks source link

Django support dev #12

Closed codewitgabi closed 11 months ago

codewitgabi commented 11 months ago
JC-Coder commented 11 months ago
  1. there is an issue in your static file -> static/css holds js and css file (fix it )
  2. you added postgreSQL in prompt when it's not yet available (remove)
  3. in the test file you are meant to name it django not Blog. it's for testing various framework while making the cli feature
  4. cleanup your code and do extra check
codewitgabi commented 11 months ago
  1. Didn't see that, I'll fix that soon.
  2. 💯
  3. Naming it django will cause an import error. Maybe another name will do.
  4. Alright
codewitgabi commented 11 months ago

What name do you suggested I use for the test?

JC-Coder commented 11 months ago

You can add an extension to it e.g django-test

codewitgabi commented 11 months ago

Ok. I already used django_ if that's ok or I should still change it?

JC-Coder commented 11 months ago

please fix your conflicts

codewitgabi commented 11 months ago

Merge conflicts have been resolved

JC-Coder commented 11 months ago

@codewitgabi your django template (css, js , html ) have empty datas. it would be better to add some demo data . take reference from other templates . also there is no mongodb support for django , yet it's showing in the database selection process. kindly fix

codewitgabi commented 11 months ago

Ok