Skip to content

Commit

Permalink
feat: adds django template (IEEE-VIT#25)
Browse files Browse the repository at this point in the history
* feat: added fastapi template

* enhancement: added django template

Co-authored-by: Amogh Arya <[email protected]>
  • Loading branch information
mogiiee and Amogh Arya authored Oct 4, 2021
1 parent e28e5d6 commit 26ec1fe
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,19 @@
"url": "https://github.com/thecodingmachine/react-native-boilerplate",
"tags": ["react-native", "native", "react"]
},
{
{
"name": "fastapi-template",
"url": "https://github.com/99sbr/fastapi-template",
"tags": ["swagger", "fastapi", "python"]
},
{
"name": "Flask-template",
"url": "https://github.com/alisezer/flask-template",
"tags": ["flask-app", "sqlalchemy", "python"]
{
"name": "Flask-template",
"url": "https://github.com/alisezer/flask-template",
"tags": ["flask-app", "sqlalchemy", "python"]
},
{
"name": "django-boilerplate",
"url": "https://github.com/osantana/quickstartup-template",
"tags": ["backend", "django", "python", "frontend"]
}
]

0 comments on commit 26ec1fe

Please sign in to comment.