Coder Social home page Coder Social logo

django-faq's People

Contributors

brosner avatar dulacp avatar howiworkdaily avatar ipmb avatar jacobian avatar jezdez avatar mikek avatar montylounge avatar rockhoward avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-faq's Issues

pypi release ?

HI!

Stumbled upon this app this afternoon and i like it quite a bit. Does a simple job and does it well. I want to use it and have a few minor tweaks in mind i'll gladly contribute.

Something confuses me, tho:
Why isn't this on pypi ? If i use it in my project, i'd rather have my requirements.txt pointing at some specific release than to the github repo.

I saw a fork of the project, django-fack, is available there. Should this one be considered the currently active one, and the one i should follow if i want to get involved ?

setup fails

error on linux system is

error: can't copy 'faq/faq': doesn't exist or not a regular file

faq is actually a link to itself. Why, I don't know.

Django 1.4 Compatibility

Use of django.contrib.auth.get_user_model brokes compatibility with Django 1.4.
I Think it can be easily fixed just by checking django version before use get_user_model.
Cheers!
Matías.

No FAQ = error

when there are no FAQ objects, there is an error. This should be handled a bit better.

License?

I don't see any mention of what license this has been released under. I'm assuming BSD, but it would be nice if it was noted somewhere in the README. Thanks!

Fixture data faq_test_data.json fails to load

  • Python2.7 and Django 1.3 on Ubuntu 10.10 (Maverick Meerkat).
  • Cloned git repo.
  • cd django-faq/example
  • python manage.py syncdb (created admin user when asked)
  • python manage.py loaddata ../faq/fixtures/faq_test_data.json produces:

Problem installing fixture '../faq/fixtures/faq_test_data.json': Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/django/core/management/commands/loaddata.py", line 169, in handle
for obj in objects:
File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/django/core/serializers/json.py", line 35, in Deserializer
for obj in PythonDeserializer(simplejson.load(stream), **options):
File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/django/core/serializers/python.py", line 93, in Deserializer
field = Model._meta.get_field(field_name)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3-py2.7.egg/django/db/models/options.py", line 289, in get_field
raise FieldDoesNotExist('%s has no field named %r' % (self.object_name, name))
FieldDoesNotExist: Topic has no field named 'sort_order'

A possibly related problem (?). After this failure, 'rm faq.db' and 'python manage.py syncdb' to create a fresh one (just in case), then:

TemplateSyntaxError at /

'faqtags' is not a valid tag library: Template library faqtags not found, tried django.templatetags.faqtags,django.contrib.admin.templatetags.faqtags

However, ~/django-faq/faq/templatetags/faqtags.py (and .../init.py) do exist.

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.