Git Product home page Git Product logo

django-googleforms's People

Contributors

matllubos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

django-googleforms's Issues

Don't exist package in pip :(

sudo pip install -U django-google-forms :(
Collecting django-google-forms
Could not find a version that satisfies the requirement django-google-forms (from versions: )
No matching distribution found for django-google-forms

:(

ImportError: No module named util

I have import the google form using
from googleforms.models.fields import GoogleFormCodeField, GoogleSpreadsheetCodeField

but I got the error

File "/Volumes/Work/Client/Zexing/change/medical_backend/mamm/models.py", line 11, in
from googleforms.models.fields import GoogleFormCodeField, GoogleSpreadsheetCodeField
File "/Volumes/Work/Client/Zexing/change/medical_env/lib/python2.7/site-packages/django_googleforms-0.9-py2.7.egg/googleforms/models/fields.py", line 4, in
from googleforms import forms as google_forms
File "/Volumes/Work/Client/Zexing/change/medical_env/lib/python2.7/site-packages/django_googleforms-0.9-py2.7.egg/googleforms/forms/init.py", line 8, in
from django.forms.util import ErrorList
ImportError: No module named util

GoogleForm' object has no attribute 'as_ul'

Could you help me?
Surely I am feeling some error, when using its module

My model.py
class Encuesta(models.Model):
id_encuesta=models.AutoField(primary_key=True)
form_code = GoogleFormCodeField((u'Form'), help_text=(u'Debe copiar la URL del formulario de google'), max_length=255)
nombre = models.CharField(max_length=100, verbose_name=u'Nombre')

My view.py
e=Encuesta.objects.get(id_encuesta=4)
form = GoogleForm(e.form_code)
print form.as_ul()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.