Coder Social home page Coder Social logo

django-tagging-autocomplete's People

Contributors

armonge avatar jordanreiter avatar lucastheis avatar ludwiktrammer avatar morlandi avatar nawre avatar pierreclaverkoko 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

Watchers

 avatar  avatar

django-tagging-autocomplete's Issues

Error installing

Hi there! I really like your project. I'm encountering the following error when trying to install via pip:

Downloading/unpacking django-tagging (from -r requirements.txt (line 5))
  Downloading django_tagging-0.3.2-py2.py3-none-any.whl
Downloading/unpacking django-tagging-autocomplete (from -r requirements.txt (line 6))
  Running setup.py (path:/opt/env/build/django-tagging-autocomplete/setup.py) egg_info for package django-tagging-autocomplete
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/opt/env/build/django-tagging-autocomplete/setup.py", line 4, in <module>
        long_description = open('README.rst').read()
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/opt/env/build/django-tagging-autocomplete/setup.py", line 4, in <module>

    long_description = open('README.rst').read()

IOError: [Errno 2] No such file or directory: 'README.rst'

I noticed that the package is using django_tagging-0.3.2-py2.py3-none-any.whl, can you please update pypi?

Installation error

File "<string>", line 16, in <module>
File "/tmp/pip-IUzK4h-build/setup.py", line 4, in <module>
long_description = open('README.txt').read()
IOError: [Errno 2] No such file or directory: 'README.txt'

Static files directory is not copied to the right place when using virtualenv

Hi, I might be wrong but I'm running Django through the virtualenv. Inside the virtualenv I do the usual

pip install django-tagging-autocomplete

The package is installed into "venv/python2.7/site-packages/tagging_autocomplete" but the static files directory is copied to "venv/tagging_autocomplete/static"

Tested on Mac OS X El Capitan, Windows 10 and Ubuntu 14.04.

Currently my only fix is to copy the files manually. But I don't think it's a right solution :)

deprecation on patterns in urls on django 1.9

Hi,

urls.py as is now raises warning in django1.9 as it uses old style patterns. Would you consider to change it to be compliant with new style? If you don't care to keep compatibility with older django rel the fix would simply be:

from django.conf.urls import url
from tagging_autocomplete import views

urlpatterns = [
url(r'^list$', views.list_tags, name='tagging_autocomplete-list'),
]

thanks
sandro
*;-)

spaces in tags

Hi,

I would say I used spaces in tags in the past, but now I'm no longer able to do it.... is it any possible?
TIA
sandro
*:-)

Tag a new release

Hi there. Please would you consider tagging a new release on PyPI? The current release 0.5.0 on PyPI is from 2015 and lacks a34653f. Thanks!

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.