Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 374 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 374 Bytes

djangodockerboilerplate

  • Here the superuser is created automatically using the command mentioned in compose file.
  • The django app is used to manage the custom command in django projects. So created an app with the name app and used the custom command to create a super user.
  • One can change the credentials for the super user based on the requirements of their own.