Useful Django-related information collected by `@pydjango` chat users.
In this repository you can find useful information collected by chat users.
Telegram allows us to format code snippets:
`print('Django FTW')`
```
def main():
return 'Hello @pydjango!'
```