You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
Similar to DRF having a startproject and startapp command for start projects of apps, it would be nice to have this functionality in Panther so I don't have to create these by hand.
Additional context
Is there a PNP for this already and or can anyone give me an idea how hard this would be to implement?
The text was updated successfully, but these errors were encountered:
Thanks for the issue,
Panther already has panther create command, but as you said it doesn't have any command like startapp of django
If you want to work on this issue yourself, you have to read the panther create command code, and make a command similar to it, you may want to restructure the Template for this progress
Describe the feature you'd like
Similar to DRF having a startproject and startapp command for start projects of apps, it would be nice to have this functionality in Panther so I don't have to create these by hand.
Additional context
Is there a PNP for this already and or can anyone give me an idea how hard this would be to implement?
The text was updated successfully, but these errors were encountered: