GitXplorerGitXplorer
j

django-cli-no-admin

public
13 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
236cecec6a6341cbc822b4e56493f898155c64df

:pencil: Takes the GPT out of the README

jjefftriplett committed a month ago
Verified
8dc9d42089afb24c71617bac29eb1825e5fdc736

:pencil: Adds my blog post

jjefftriplett committed a month ago
Verified
011bb793f373f98b0b21e509885e62b7086803ef

:arrow_up: Bumps to 2024.12.2

jjefftriplett committed a month ago
Verified
d970d7b8dc796a6879a83e7cc21ef856128fb6e6

:pencil: Updates README

jjefftriplett committed a month ago
Verified
ff136772689bf3646c014b01c86c562d68dfa6a9

:gear: Updates meta data

jjefftriplett committed a month ago
Verified
4dbeab0273d92993ec196587c9f2bb323c988664

:gear: Adds license

jjefftriplett committed a month ago

README

The README file for this repository.

django-cli-no-admin

Use the Django CLI using "django" without typing "django-admin".

django-cli-no-admin is a config-only project that creates a django command and nothing more. With this package, you can use the django command instead of django-admin to execute management commands in your Django project.

See the blog post: https://micro.webology.dev/2024/12/14/new-project-to.html

Installation

You can install django-cli-no-admin using pip:

pip install django-cli-no-admin

Or, if you prefer uv:

uv pip install django-cli-no-admin

Usage

Once installed, you can use django from the command line in place of django-admin:

django startproject myproject

Or any other Django management command:

django runserver

No Additional Setup Required

There are no additional dependencies or configurations needed. Simply install the package, and you're ready to go.

License

django-cli-no-admin is licensed under the BSD License. See the LICENSE.txt file for details.