Django + Wordpress: Integrating user login Django + Wordpress: Integrating user login wordpress wordpress

Django + Wordpress: Integrating user login


You should really try to work out some approach, revising your work when encountering problems afterwards.

Nevertheless imo Wordpress is kind of bordered. I wouldn't recommend making changes to both frameworks, but fixate on Django.For example you could create a WordpressUser(User) and create a python script a crobjob, celery task or whatever you'll need to syncronize your databases. Meaning to say you should keep things strictly separated unless you have very good reasons not to (I can't think of any).