-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

django-admin


> Django’s utility for administrative tasks.

More information.


Create a new Django project:

django-admin startproject {project_name}

Create a new app for the current project:

django-admin startapp {app_name}

Check the current version of Django:

django-admin --version

Display more information for the given command:

django-admin help {command}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:11:20 2024