AppSeed Shell - A simple way to generate products
This article presents AppSeed-Shell, the latest tool released by our team to help developers generate dashboards and starters using a Python terminal. The product is open-source and curious minds can take a look at how it works on Github (public repository). Thanks for reading!
- AppSeed-Shell - The PyPi page
- AppSeed Shell - The source code
Here is the basic usage to generate a simple Django Dashboard using the Python terminal:
Step #1 - Install the appseed-shell
package
Step #2 - Start a Python Shell, import the package and use it
The user should provide a few answers like project_name
, author
name and gets the code at the end.
AppSeed-Shell is a simple wrapper over a Django Dashboard built under cookie-cutter, the well-known command-line utility used to generate projects from templates.
Another way to generate the same product is to use the cookie-cutter tool directly:
In the end, we can change the directory to django_seed_project
and follow the build instructions as provided by the README file:
If all goes well, we should see a nice Django dashboard running in the browser:
Thanks for reading! For more resources, please access:
- More Django Dashboards - index provided by AppSeed
- Get support via Discord and email (registered users)