app-generator / django-volt-dashboard

Django Bootstrap 5 - Volt Dashboard | AppSeed
https://appseed.us/product/volt-dashboard/django/
Other
289 stars 152 forks source link

Readme says use "flask run" to start the app and create users. Is it needed? #10

Closed TheGardenMan closed 2 years ago

app-generator commented 2 years ago

Hello @TheGardenMan

flask run is needed to start the app. Once is up & running, you can access the private pages that are available for authenticated users.

In other words, flask run is not creating any users. just starts the project.

TheGardenMan commented 2 years ago

Hi thanks for the reply!

I can't see flask in requirements.txt Is that expected? I have just started going through the code so I haven't understood the working yet

app-generator commented 2 years ago

Hello @TheGardenMan

Please ignore my latest sentence. To start the app run python manage.py runserver.

Flask mention is visible because the README is generated with this bug. Now I'm updating the generator to remove Flask mentions for Django-based kits.

Thank you for your vigilance :)