Skip to content

Instantly share code, notes, and snippets.

@rafaelcanovas
Last active April 27, 2021 03:57
Show Gist options
  • Save rafaelcanovas/98de369650f7ec333bc42fad9e7e4bdb to your computer and use it in GitHub Desktop.
Save rafaelcanovas/98de369650f7ec333bc42fad9e7e4bdb to your computer and use it in GitHub Desktop.
FastAPI + Django: create app
> cd fastapi_django
> ./manage.py startapp users
> ./manage.py makemigrations
Migrations for 'users':
users/migrations/0001_initial.py
- Create model UserModel
> ./manage.py migrate
Operations to perform:
Apply all migrations: users
Running migrations:
Applying users.0001_initial... OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment