settings
Here are 790 public repositories matching this topic...
An ongoing comprehensive user.js template for configuring and hardening Firefox privacy, security and anti-fingerprinting
-
Updated
Jul 10, 2020 - JavaScript
In django development i am planning to install django-extensions app
I have to add it to the INSTALLED_APPS.
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
# third party apps
'django_extensions',
]
Now how
A license list generator of all your dependencies for iOS applications
-
Updated
Jul 5, 2020 - Swift
- Remove Sphinx
- MIgrate to Mkdocs
- Use https://github.com/tomchristie/mkautodoc
- Rewrite docs (rearrange it)
- Make it in a way that the current docs redirects to the new
- Check if readthedocs.. can support mkdocs
A compilation of function snippets for WordPress developers who create their own themes.
-
Updated
Mar 15, 2020
特殊权限(Special Permissions)兼容库,悬浮窗权限(SYSTEM_ALERT_WINDOW)与系统设置修改权限(WRITE_SETTINGS)
-
Updated
Jul 11, 2017 - Java
Global settings for your Rails application.
-
Updated
Jun 29, 2020 - Ruby
Manage settings with Ruby on Rails
-
Updated
Jan 24, 2020 - Ruby
Custom transition between controllers. Settings controller for your iOS app.
-
Updated
Jul 2, 2020 - Swift
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
-
Updated
Jul 13, 2020 - Python
the default admin interface made customizable by the admin itself. popup windows replaced by modals.
-
Updated
Jul 13, 2020 - Python
The XML comment for the return type states the following despite being a void return type:
Return false to cancel applying state
Also a minor typo on line 9. (persitence -> persistence)
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
-
Updated
Jul 14, 2020 - Ruby
A simple way to create a UITableView for settings in Swift.
-
Updated
Jul 14, 2020 - Swift
Model Settings for your Laravel app
-
Updated
May 7, 2020 - PHP
Get能否类似post设置request Header,现在貌似没有提供
SettingsView for Xamarin.Forms
-
Updated
Jul 9, 2020 - C#
Summary
From the keybindings settings page, at the top it says “You can override these keybindings by copying and pasting them into your keymap file”, where the last 3 words are a link to a keymap file. When I copy a keybinding and click the link to the keymap file, and then go back to copy another keybinding, and click the link again, it opens a new instance of the same file in a new tab. I
Hello,
I'm trying to call a FilePathField model into the FilePreference (I also tried BasePreference) class without success, here is my code in the dynamic_preferences_registry.py:
from django.db.models import FilePathField
@global_preferences_registry.register
class Search_Results_Directory(FilePreference):
name = 'Search_Results_Directory'
verbose_name = 'Search Results Direct
Store settings in database with a manager UI for your Laravel app
-
Updated
Apr 23, 2020 - PHP
Access Django settings from templates the right way™
-
Updated
Jul 1, 2020 - Python
Improve this page
Add a description, image, and links to the settings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the settings topic, visit your repo's landing page and select "manage topics."


I'm submitting a ...
What is the current behavior?