473,609 Members | 2,761 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Signup with github using auth lib in Django

4 New Member
I am trying to use django-allauth for signup/login with github in my web application; following http://django-allauth.readthe docs.org/en/latest/ documentation I reached till Post Instillation and stuck from configuration heading. Have successfully modify settings.py, urls.py, run command for updating database "python manage.py syncdb" also when start admin page at local host added social account app for github, added client_id and secret_id provided after adding new application on github. But now what? What am I suppose to do next? Unable to understand next instructions written here http://django-allauth.readthe docs.org/en/latest/#configuration.

Please guide me what to do next. I want to let my user to signup using their github account, and want to read their basic information plus their repository informations, number of commits they made in any particular project/repository. I need to specify scope for the amount of information I want to access but where? Also is there any other better way to achieve it?

I am new to web-development and Django. Using django 1.6.2 and python 2.7 on Ubuntu in virtual environment(ven v)
Mar 12 '14 #1
0 1407

Sign in to post your reply or Sign up for a free account.

Similar topics

4
2292
by: jsWalter | last post by:
I have an extension Class to Auth and I'm looking for some folks to hammer on it a bit and give feed back. Class: AuthUser - add user (well, Auth does that now, so its gone) - remove user (well, Auth does that now, so its gone) - change password (well, Auth does that now, so its gone) - case sensitive ID match - some DBS don't - limit login attempts (as far as it can go on a browser) - return to original page after login
2
1866
by: totalstranger | last post by:
I've looked at and installed PatUser http://www.php-tools.net/site.php?&file=/patUser/overview.xml and PHPautomembersarea http://www.dwalker.co.uk/phpautomembersarea/ but neither of those systems seem to do what I want, which is: some PHP pages need to run for anybody on the web and also for signed on users that get additional content, I also want to protect folders/directories, interface with Paypal, and have lost password dialogs. ...
4
1329
by: dhnriverside | last post by:
Hi guys Ok, I have a website which has an "Artists Only" section, for which you have to login for. This section is contained within its own directory on the server "/aonly". I want to make people login before they can access this directory, with a User control on each page for logging in. I'd like to use Forms auth and sql server (i know how to check that against the entered details).
0
1194
by: eric.moritz | last post by:
One of the most respected and award-winning newspaper Web teams in the world has moved to Florida and is looking for an experienced server-side Web developer. NDN Productions -- the online and new media publishing division of the Naples Daily News -- is looking for a full-time Python programmer to develop Internet-based applications that cross from computers to mobile phones to iPods to Sony PSPs. We strive for innovation and nimble...
0
939
by: kang jia | last post by:
hi guys i am very new to python and Django framework and currently i am doing my final year project by using this language. currently i understand their basic logic, however, i did not really know what kind of models and functions i could use. for example, i am doing signup, login and booking of cars in my website, which models or functions i could use. i am not sure of this. thanks for any help in advance:) yours Kang Jia
7
2457
by: sami | last post by:
Hi I am trying to write a facebook application in python - I have been programming simple desktop applications till now and am not really familiar with web apps Pyfacebook is the wrapper for the REST based Facebook API - there is a simple example for its usage as shown below: def simple_web_app(request, api_key, secret_key):
0
2390
by: kang jia | last post by:
hi i am currently learning Django framework and i have to do a login page at the moment. i have used the code like following: from django.contrib.auth import authenticate, login def my_view(request): username = request.POST password = request.POST
3
1315
by: Nagu | last post by:
Hi, I made a small recommendation engine for our company using python, django, and mySQL. My supervisor and the senior management are worried about the copyright and licensing issues. They want to find out the details on how to go about start using it, like quoting python/django/ mySQL specifically on the bottom of the web page or some other thing. I would like our sales force to start using this new toy to recommend products to...
4
2904
by: K | last post by:
Hello everyone, I understand that urllib and urllib2 serve as really simple page request libraries. I was wondering if there is a library out there that can get the HTTP requests for a given page. Example: URL: http://www.google.com/test.html Something like: urllib.urlopen('http://www.google.com/
1
5483
by: imhomer | last post by:
I met this problem (Django base.py: 'str' object is not callable) when I go through a Django tutorial: photo/models.py: from django.db import models from django.contrib.auth.models import User from django.contrib import admin class Album(models.Model): title = models.CharField(max_length=60) public = models.BooleanField(default=False)
0
8112
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
8198
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8376
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6975
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6044
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4063
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2515
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1636
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1372
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.