Friday, May 22, 2015

Re: Address book using django

Hello,

besides that it sounds like a homework to me, I don't see why you need an admin module, as Django already has one.

For everything else, if you walk through the tutorial app, you should get most of the ideas from there.

Best,
Gergely

On 22 May 2015 09:19, "Preeti" <gaganprit11@gmail.com> wrote:
I have to create an address book using django
it should contain two modules-user and admin

the user is allowed to write his/her first name/last name, add the picture, lists the social media links, should add a 4-digit PIN .

the other user can use that 4-digit PIN to add a particular contact in his list.

I'm using Django 1.8, python 3.3
and the database I prefer is MySql

Please guide how can I proceed with my application..

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/849c3f71-c5ad-4b62-b9d6-0012505a2201%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACczBUJZfk%3D33nFmQrnDHosn3xUEgBXn_ZL7cz%2BTb7pGLrCy5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment