git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| -------------------- | |
| --Nova World Buffs-- | |
| --Classic WoW world buff timers and pre warnings. | |
| --Novaspark-Arugal OCE (classic). | |
| --https://www.curseforge.com/members/venomisto/projects | |
| --Note: Server restarts will cause the timers to be inaccurate because the NPC's reset. | |
| NWB = LibStub("AceAddon-3.0"):NewAddon("NovaWorldBuffs", "AceComm-3.0"); | |
| NWB.dragonLib = LibStub("HereBeDragons-2.0"); | |
| NWB.dragonLibPins = LibStub("HereBeDragons-Pins-2.0"); | 
| module.exports = { | |
| config: { | |
| // default font size in pixels for all tabs | |
| fontSize: 14, | |
| // font family with optional fallbacks | |
| fontFamily: '"Meslo LG L DZ for Powerline", Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
| // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
| cursorColor: 'rgba(248,28,229,0.75)', | 
| var source = [ | |
| '||amazonaws.com', | |
| '||azurewebsites.net', | |
| '||gitbook.com', | |
| '||atlassian.com', | |
| '||angular.io', | |
| '||angularjs.org', | |
| '||firebase.com', | |
| '||cloudflare.com', | |
| '||handbrake.fr', | 
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| #-*- coding: utf-8 -*- | |
| import urlparse | |
| from django.contrib.auth import REDIRECT_FIELD_NAME, login | |
| from django.contrib.auth.forms import AuthenticationForm | |
| from django.http import HttpResponseRedirect | |
| from django.utils.decorators import method_decorator | |
| from django.views.decorators.cache import never_cache | |
| from django.views.decorators.csrf import csrf_protect | |
| from django.views.generic.edit import FormView | |
| from django.conf import settings |