etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 129 forks source link

[SOLVED] Application AppConfig??? #135

Closed alzearafat closed 9 years ago

alzearafat commented 9 years ago

Hi,

I am a new kid on django/python and your application, so please bear with me :) I'm trying to understand this part of your doc :


alt text

I don't know where exactly I should put these piece of code? In its own file (something like appconfig.py)? Or in other existing files?

Any enlightenment would be greatly appreciated.

Please excuse my English, Thanks in advance :)

etianen commented 9 years ago

The official docs are here: https://docs.djangoproject.com/en/1.8/ref/applications/#configuring-applications

I've updated the wiki to include this link for future confused people! :)

alzearafat commented 9 years ago

Hi @etianen , thank you! :D