Overview:
Django Argon PRO is a Django starter styled with Argon Dashboard PRO, which is a premium Bootstrap design from Creative-Tim. This product aims to provide a highly customizable and feature-rich user experience. However, it requires a license in order to access the theme.
Features:
- Up-to-date Dependencies
- Design: Django Theme Argon - PRO Version
- Sections covered by the design:
- Admin section (reserved for superusers)
- Authentication: Django.contrib.AUTH, Registration
- All Pages available for ordinary users
- Docker Deployment
Manual Build:
- Download the code.
- Export GITHUB_TOKEN in the environment. The value will be provided by AppSeed during purchase. This is required because the project has a private REPO dependency.
- Install modules using VENV.
- Edit the .env file using the .env.sample template.
- Set up the database.
- Create the Superuser.
- Start the app. At this point, the app will run at http://127.0.0.1:8000/.
Start In Docker:
- Edit the Dockerfile to set GITHUB_TOKEN in the Environment. Important: Do not share or commit the value on GitHub as it will automatically be invalidated.
- Start the app. At this point, the app will run at http://127.0.0.1:5085/.
Summary:
Django Argon PRO is a Django starter template styled with the premium Bootstrap design Argon Dashboard PRO. It offers a range of features such as up-to-date dependencies, an admin section for superusers, authentication, and customizable pages for ordinary users. The product can be installed manually or using Docker. Overall, Django Argon PRO provides a convenient and customizable solution for Django developers.