In your installed app, you should have something like: That's all you need:
INSTALLED_APPS = (
    ...
    "my_app",
    ...
)


Then, simply register your setting in the defaults.py which is in the 
"my_app" app folder in the directory same as the views.py and models.py 
etc. 

Then refresh your browser, go into your admin, in Settings, you should see 
the setting you registered in there. 


On Friday, November 27, 2015 at 11:35:43 AM UTC, wh4n wrote:
>
> The thing is that I have not included my app as an AppConfig. The setting 
> won't appear anyway. So I don't know what to do next. Should I change my 
> app "myappname" to "myappname.conf" or what?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to