├── README.md ├── WordPress to Django Users.pdf ├── convert_wp_passwords.py ├── urls.py ├── user_xmlapi.xml └── views.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmoswalt/wp-to-django-users/HEAD/README.md -------------------------------------------------------------------------------- /WordPress to Django Users.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmoswalt/wp-to-django-users/HEAD/WordPress to Django Users.pdf -------------------------------------------------------------------------------- /convert_wp_passwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmoswalt/wp-to-django-users/HEAD/convert_wp_passwords.py -------------------------------------------------------------------------------- /urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmoswalt/wp-to-django-users/HEAD/urls.py -------------------------------------------------------------------------------- /user_xmlapi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmoswalt/wp-to-django-users/HEAD/user_xmlapi.xml -------------------------------------------------------------------------------- /views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmoswalt/wp-to-django-users/HEAD/views.py --------------------------------------------------------------------------------