The-WebOps-Club / offline_github

A project involving making a github offline browser
0 stars 1 forks source link

auth variable in Github instance #7

Open sahitilucky opened 10 years ago

sahitilucky commented 10 years ago

what is this auth variable in github instance?what should be it's value?

AbdealiLoKo commented 10 years ago

The auth variable is im assuming the auth token ? So, why not use console.log and check it's value ?

On Tue, Jun 17, 2014 at 12:07 PM, sahitilucky notifications@github.com wrote:

what is this auth variable in github instance?what should be it's value?

Reply to this email directly or view it on GitHub https://github.com/The-WebOps-Club/offline_github/issues/7.

sahitilucky commented 10 years ago

auth variable is not auth token,unable to use github.js properly..

AbdealiLoKo commented 10 years ago

So what exactly is the problem? Plus can you tell me exact steps I need to follow to recreate the problem? On Jun 21, 2014 1:26 PM, "sahitilucky" notifications@github.com wrote:

auth variable is not auth token,unable to use github.js properly..

Reply to this email directly or view it on GitHub https://github.com/The-WebOps-Club/offline_github/issues/7#issuecomment-46747386 .

sahitilucky commented 10 years ago

the function userrepo() in templates/trial.html , don't know whether it's working or not and what it is dng? unable to find out what should be given as auth variable .and the README.md file of github.js doesn't explain what should be done,the commands in it however doesn't work directly

AbdealiLoKo commented 10 years ago

When i run python manage.py runserver it gives me the error :

Error: Could not import settings 'offline_github.settings' (Is it on sys.path?): No module named settings

Which version of django is this again ? im using 1.3.1

sahitilucky commented 10 years ago

django version:1.3.1

On Tue, Jul 1, 2014 at 9:04 PM, AbdealiJK notifications@github.com wrote:

When i run python manage.py runserver it gives me the error :

Error: Could not import settings 'offline_github.settings' (Is it on sys.path?): No module named settings

Which version of django is this again ? im using 1.3.1

— Reply to this email directly or view it on GitHub https://github.com/The-WebOps-Club/offline_github/issues/7#issuecomment-47671510 .

sahitilucky commented 10 years ago

if everything is put in project1 folder then it is working

On Tue, Jul 1, 2014 at 9:52 PM, sahiti labhishetty sahitilucky21@gmail.com wrote:

django version:1.3.1

On Tue, Jul 1, 2014 at 9:04 PM, AbdealiJK notifications@github.com wrote:

When i run python manage.py runserver it gives me the error :

Error: Could not import settings 'offline_github.settings' (Is it on sys.path?): No module named settings

Which version of django is this again ? im using 1.3.1

— Reply to this email directly or view it on GitHub https://github.com/The-WebOps-Club/offline_github/issues/7#issuecomment-47671510 .

AbdealiLoKo commented 10 years ago

Yep, thats weird o.o