A"HelloWorld"forDjango...BecauseDjangocanbenearlyassimpleasFlask.
TheaimofthisrepositoryistohighlightthefactthataDjangoproject,whensimplifieddowntothebareessentials,canbenearlyasminimalasamicro-frameworkapplication.
Torunit:InstallPythonInstallDjango.Ifyouhavepip:pipinstallDjangoClonethisrepository:gitclonehttps://github.com/rnevius/minimal-django.gitSwitchtotheprojectdirectory:cdminimal-djangoRunthedevelopmentserver:pythonminimal.pyrunserverOpenabrowsertohttps://127.0.0.1:8000/
评论