Skip to content

Commit e558570

Browse files
committed
add dict app tutorial with django
1 parent abd5c62 commit e558570

40 files changed

+344
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
210210
- [Detecting Fraudulent Transactions in a Streaming Application using Kafka in Python](https://www.thepythoncode.com/article/detect-fraudulent-transactions-with-apache-kafka-in-python). ([code](general/detect-fraudulent-transactions))
211211
- [Asynchronous Tasks with Celery in Python](https://www.thepythoncode.com/article/async-tasks-with-celery-redis-and-flask-in-python). ([code](https://github.com/bassemmarji/flask_sync_async))
212212
- [How to Build a CRUD App with Flask and SQLAlchemy in Python](https://www.thepythoncode.com/article/building-crud-app-with-flask-and-sqlalchemy). ([code](web-programming/bookshop-crud-app-flask))
213+
- [How to Build an English Dictionary App with Django in Python](https://www.thepythoncode.com/article/build-dictionary-app-with-django-and-pydictionary-api-python). ([code](web-programming/djangodictionary))
213214

214215
- ### [GUI Programming](https://www.thepythoncode.com/topic/gui-programming)
215216
- [How to Make a Text Editor using Tkinter in Python](https://www.thepythoncode.com/article/text-editor-using-tkinter-python). ([code](gui-programming/text-editor))

web-programming/djangodictionary/dictionary/__init__.py

Whitespace-only changes.
145 Bytes
Binary file not shown.
169 Bytes
Binary file not shown.
186 Bytes
Binary file not shown.
210 Bytes
Binary file not shown.
432 Bytes
Binary file not shown.
454 Bytes
Binary file not shown.
183 Bytes
Binary file not shown.
207 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)