Skip to content

Lightbirdv/webpy

Repository files navigation

Hello this is my repository for the Webprogramming Python module.

currently the "Aufgabe1" folder contains a starting excercise to practice python

"Aufgabe2" is an excercise to get used to Django

"Aufgabe3" is an excercise for login logout

Steps:

1. python3 -m venv .env

2. source .env/bin/activate

3. django-admin startproject

4. python -m pip install django

5. python manage.py makemigrations

6. python manage.py migrate

7. (optional) rename underlying folder and change the root in settings.py

8. python manage.py runserver

About

university module for webprogramming using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published