suhail

Results 15 comments of suhail

``` def search(request): query=request.GET.get('q', '') if query: message = 'You searched for: %r' % query else: message = 'You submitted an empty form.' return HttpResponse(message) ```

i have update it in my repo. see [commit](https://github.com/suhailvs/djangobook.com/commit/ed7d74d1de25d70312e1e691aab9113aac961fe5)

@nqobile yes they were using these files to generate the content of djangobook.com. it is by sphinx. please see my fork https://github.com/suhailvs/djangobook.com. you can see its sphinx generated pages at...

i have updated in my [repo](https://github.com/suhailvs/djangobook.com/commit/ed7d74d1de25d70312e1e691aab9113aac961fe5)

@CiniCraft thanks for the pull request. I have updated these changes in my repo. feel free to send me pull requests.

@brendantcd wellcome to github. thanks for your contribution. i hope to [merged](https://github.com/suhailvs/djangobook.com/commit/ed7d74d1de25d70312e1e691aab9113aac961fe5) these pull requests to my repository https://github.com/suhailvs/djangobook.com.

@ayeletdn thanks i have updated those in my repo https://github.com/suhailvs/djangobook.com. feel free to send me the pull request.

@ASEDS thanks for your pull request. i have update `mysite.books.models` to `books.models` in my repository https://github.com/suhailvs/djangobook.com/. about `django.contrib.staticfiles`, it is better to sever the static files in some other way(apache...

* username: `admin` * password: `admin` but i just able to login only. did n't know how to create rooms.

it is already saved in SQLite database