Last active
May 12, 2023 16:45
-
-
Save antunesleo/de83ef758575f7032ffeaa177d8e713f to your computer and use it in GitHub Desktop.
jaiminho-tutorial-start-project.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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