Anki

Aus ahrensburg.city
Zur Navigation springen Zur Suche springen

Anki

Installation und Starten

Django

Grundaufbau einer Django Anwendung und Installieren von Django

python -m venv .venv
source .venv/bin/activate
pip install django
django-admin startproject Projekt

asp net core

Grundaufbau einer asp net core Anwendung und Installieren von asp net core mvc

dotnet new mvc -au Individual -o Projekt