Django Girls Tutorial Workshop
A log of activities during the workshop.
this is an H2
git remote add origin https://github.com/ahuimanu/django_girls_tutorial.git
Python anywhere command
pa_autoconfigure_django.py --python=3.8 https://github.com/ahuimanu/django_girls_tutorial.git
Markdown Cheatsheet
Post.objects.create(author=me, title='Other title', text='Other text') Post.objects.create(author=me, title='Great title', text='Great text')