Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Last active May 12, 2023 16:45
Show Gist options
  • Save antunesleo/de83ef758575f7032ffeaa177d8e713f to your computer and use it in GitHub Desktop.
Save antunesleo/de83ef758575f7032ffeaa177d8e713f to your computer and use it in GitHub Desktop.
jaiminho-tutorial-start-project.sh
mkdir django-jaiminho-outbox-example
cd django-jaiminho-outbox-example
pip install django==4.2
django-admin startproject outboxexample .
python manage.py startapp notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment