How do I search to find and solve Django related problems

  • 2020-04-02 13:49:21
  • OfStack

1. What do I do if I get stuck

Follow these steps if you know some English:

Try to figure it out on your own if possible
Read the documentation carefully and make sure you don't miss anything
At Google, baidu, mailing lists or StackOverFlow check if anyone encountered the same problem
Can't find the & # 63; To ask a question on StackOverFlow, use a small example to illustrate the question and list the version of the software you are using in your development environment
After a few days there was no answer. To Django - the users mailing list or Django IRC to ask

2. How to ask questions

IRC stands for Internet Relay Chat, and there are #python and #django channels on the Freenode IRC network, both of which are python and django developers.

These ircs are maintained by volunteers, so try to answer as many questions as you ask.

Before you ask questions, make sure you've done your homework as a last resort
Put the relevant code in https://gist.github.com/
The questions are as detailed as possible and provide links to gist
Thank others when they offer help
We should also become more active in our communities, and the more we invest, the more we will be rewarded.

1. In Python and Django meeting, can pass (link: https://wiki.python.org/moin/LocalUserGroups) to find your local team

2. Contribute code to the open source Django package

3. Join the IRC channel and offer help

Answer the question on StackOverFlow

Subscribe to planet django


Related articles: