How to test django itself [closed] - django

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
how to test django itself, i am trying to submit a patch (my first :) blushes)

See the Django docs: http://docs.djangoproject.com/en/dev/internals/contributing/#running-the-unit-tests

Related

this there spambot that can be used to test web form? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm testing different captcha methods and i want to run some simulations / unit testing on the different methods. If there isn't a bot is there a service that will test the forms?

Why 'Unknwn.h' instead of 'Unknown.h'? Is it misprint? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Why is Microsoft's COM header file named as Unknwn.h, instead of Unknown.h? Is it misprint, or are there objective reasons for such naming?

C++ code to Flowchart & Psudocode [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am looking for a tool can convert C++ code to Flow chart & Psudocode, can I find one ?
you can use crystal_FLOW
http://www.sgvsarc.com/Prods/CFLOW/Crystal_FLOW.htm

Joomla Mobi Templates [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Anybody know a good site to get joomla mobi site templates?
Did you check?: http://www.mobilejoomla.com/

What's a good data grid to use for django? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
What's a good data grid to use for django?
It's not DJANGO specific, but I'd take a loot at JQGRID.
Please take a look at django-tables2. Works great!