djangoindia / djangoindia.org

Official website of djangoindia community.
MIT License
6 stars 8 forks source link

Initial project codebase setup #1

Closed salty-ivy closed 1 month ago

salty-ivy commented 1 month ago

Cc: @djangoindia/tech-team

Frontend folks must push their code in frontend dir at the root level ( same as backend ) also should add prettier config in .pre-commit-config.yaml.

DevilsAutumn commented 1 month ago

We are going to need different settings for local and production,

salty-ivy commented 1 month ago

We are going to need different settings for local and production,

Are there any extra changes that needs to be addressed if creating a settings dir?