Giter VIP home page Giter VIP logo

Comments (8)

 avatar commented on June 2, 2024

I'm having the same issue here. I'm running Django 1.8.1 and Python 3.4.2

from django-registration.

tcosta84 avatar tcosta84 commented on June 2, 2024

I've had this issue running Django 1.8.1 too (Python 2.7) but I have also tested with 1.7 but still no success.

from django-registration.

riklaunim avatar riklaunim commented on June 2, 2024

Needs #25

from django-registration.

cool-RR avatar cool-RR commented on June 2, 2024

This issue affects me too.

from django-registration.

arthur-s avatar arthur-s commented on June 2, 2024

I had the same.
How to handle? first, comment 'registration' in INSTALLED_APPS, then run migration (python manage.py migrate).
After that, you uncomment 'registration', and run migration again.

from django-registration.

macropin avatar macropin commented on June 2, 2024

#25 has been merged. Please refer to the release candidate pip install django-registration-redux==1.2c0

from django-registration.

ramaseshan avatar ramaseshan commented on June 2, 2024

I have been using this with Django 1.6 and south.

SyncDB output 👍

(mediaarchival)➜ media_archival git:(develop) ✗ ./manage.py syncdb
Syncing...
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)

Synced:

django.contrib.auth
django.contrib.contenttypes
django.contrib.sessions
django.contrib.messages
django.contrib.staticfiles
django.contrib.sites
south
mediaarchival

Not synced (use migrations):

  • taggit
  • registration
    (use ./manage.py migrate to migrate these)

(mediaarchival)➜ media_archival git:(develop) ✗ ./manage.py migrate
Running migrations for taggit:

  • Nothing to migrate.
    • Loading initial data for taggit.
      Installed 0 object(s) from 0 fixture(s)
      ? You have no migrations for the 'registration' app. You might want some.

from django-registration.

mick-t avatar mick-t commented on June 2, 2024

I am having a similar problem with Django 1.5.12 and django-registration-redux 1.2. I am unable to install the 1.2c0 using the pip command that macropin suggested:

$ pip install django-registration-redux==1.2c0
Downloading/unpacking django-registration-redux==1.2c0
  Could not find a version that satisfies the requirement django-registration-redux==1.2c0 (from versions: 1.1, 1.2)

However this worked:

 pip install git+https://github.com/macropin/[email protected]

from django-registration.

Related Issues (20)

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.