August 07, 2024
- Show All Commands: Displays a list of all available Django commands.
- Create Django Project: Initializes a new Django project.
- Run Django Server: Starts the Django development server.
- Migrate Database: Applies database migrations.
- Create Superuser: Creates a superuser for the Django admin.
- Make Migrations: Generates migration files for database changes.
- Collect Static: Gathers static files for production.
- Run Server with Port: Starts the server on a specified port.
- Start App: Creates a new Django application.
- Refresh Endpoints: After create new endpoint first need to run this command.
- Enable Virtual Environment: User can insert env path and after enable, user run django by using this env.
- Gemini Assistant: User can able to ask their query to gemini from vs code.
- Model Generator: User can able to create model and also link with admin via some few steps.
Full Changelog: https://github.com/sunit-mal/django-access-controller/commits/v0.0.8