Skip to content

Latest commit

 

History

History
123 lines (92 loc) · 6.29 KB

README_EN.md

File metadata and controls

123 lines (92 loc) · 6.29 KB

FAQ by telegram-chat @pydjango 🇬🇧

Russian version

In this repository you can find useful information collected by chat users.

Where to start

Books

Articles

Code style and linting

Testing

Useful resourses

Video

Online-courses

  • Web-technologies - Writing server-side web applications with Django, including learning architecture and HTTP-stack. 🇷🇺

Interviews

Job

Slides

Open source Django projects

Chat rules and recommendations

  • Please, don't write tons of one line messages. Think about your topic/question and then make one-two detailed messages

  • Try not to go off topic

  • We don't like code screenshots and code snippets in attachments

  • Telegram allows us to format code snippets:

        `print('Django FTW')`
        ```
        def main():
            return 'Hello @pydjango!'
        ```
  • In case of long snippets, please use special services: