dashboard
dashboard copied to clipboard
Can't runserver
good afternoon!
I'm trying to run the local server for your project, but when I look inside the manage.py document for the runserver there's no such command or function.
Can you help me start the development server?
thanks in advance!
Hi @vvalvezan
I'm using a library called flask-script to build the manage.py
executable. As you can see from their documentation, the Manager class comes with default commands, including runserver
.
https://flask-script.readthedocs.io/en/latest/
Was there an error you saw when you tried to run this command? If so, can you please provide?