settings
- Sign up for GitHub or sign in to edit this page
Here are 687 public repositories matching this topic...
A license list generator of all your dependencies for iOS applications
-
Updated
Oct 10, 2019 - 386 commits
- Swift
A compilation of function snippets for WordPress developers who create their own themes.
-
Updated
Oct 14, 2019 - 136 commits
特殊权限(Special Permissions)兼容库,悬浮窗权限(SYSTEM_ALERT_WINDOW)与系统设置修改权限(WRITE_SETTINGS)
-
Updated
Oct 12, 2019 - 26 commits
- Java
For testing in my project i want to add in my conftest.py something like that:
import pytest
import os
@pytest.fixture(scope='session', autouse=True)
def settings():
os.environ['ENV_FOR_DYNACONF'] = 'testing'
But this is not work ;-(. What can you advise me ?
I dont want start my test like that : ENV_FOR_DYNACONF=testing pytest because somebody can miss that command pr
Global settings for your Rails application.
-
Updated
Oct 7, 2019 - 234 commits
- Ruby
Manage settings with Ruby on Rails
-
Updated
Oct 14, 2019 - 274 commits
- Ruby
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
-
Updated
Oct 14, 2019 - 114 commits
- Python
Model Settings for your Laravel app
-
Updated
Oct 10, 2019 - 25 commits
- PHP
支持 .NET Framework & .NET Core 的公共基础扩展库
-
Updated
Oct 14, 2019 - 687 commits
- C#
macOS Mojave v. 10.14 setup for developers.
-
Updated
Oct 12, 2019 - 32 commits
Moved from atom/settings-view#955
Disabled packages should not be counted (
(N) Updatesmessage at the bottom-right corner)
Access Django settings from templates the right way™
-
Updated
Oct 3, 2019 - 61 commits
- Python


In django development i am planning to install django-extensions app
I have to add it to the INSTALLED_APPS.
Now how