Integrating Bitcoin Payment to Django Project

2017-10-14 Thread yingi keme
I am aware that you need a third-party services like Bitpay, Coinbase, BitcoinPayFlow etc if you want to speedily integrate a bitcoin payment gateway to your site. I am also aware that python and django do have libraries available for the bitcoin implementation. In the case of using

Re: django runserver

2017-10-14 Thread Dylan Reinhold
In your settings the ip address in the ALLOWED_HOST list should be a srings, so wrap it in quotes. Dylan On Sat, Oct 14, 2017 at 2:29 AM, aditya kumar wrote: > *why i m getting this error while running server?* > > -- > You received this message because you are

Re: Can anyone help me in Template error?

2017-10-14 Thread Dylan Reinhold
What is the error? Also in your file tree you show your templates/accounts/login.py, you want it to be .html to match to template name in the render. Dylan On Sat, Oct 14, 2017 at 2:49 AM, wrote: > my code that caused an error : > /// > from django.shortcuts import

Django 1.6 tests issue . Tests which are related to GET APIs run when its test class is run, however fails when all the tests are run on whole.

2017-10-14 Thread Akshay Shah
When I run the tests of my django app with the command *python manage.py test OR* *python manage.py test* all the test cases where I am fetching some data by calling the api, they seem to fail because there is no data in the response in spite of there being in the test data. The structure

Can anyone help me in Template error?

2017-10-14 Thread utpalbrahma1995
my code that caused an error : /// from django.shortcuts import render from django.http import HttpResponse from django.template import loader # Create your views here. def home(request) : return render(request,'login.html',context) /// above code is in my views.py of my app name "accounts"

Re: Is it an error by Django?

2017-10-14 Thread utpalbrahma1995
Thank you Andréas Kühne -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to