Re: how shall I built online address book using Django

2016-04-06 Thread Luis Zárate
Maybe if you help us web could help you.

How do you design your problem?
What are your coding plans?
What problems do you identify?
What do you need to know ? ( models, views, urls, admin site)

Django and the other frameworks are only utilities, are in you the
responsability to solve the problem.

I know you are learning django and don't know a lot of things, but make a
design with all of things that you know of programing in general and
probably django has a solution for all.


El miércoles, 6 de abril de 2016, thumbi migwe 
escribió:
> Hi, Did you manage to this? i'm also new in django and would like to do
this. which tutorial did you use?
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/72d220d3-bdce-4025-8022-72f6460355df%40googlegroups.com
.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
"La utopía sirve para caminar" Fernando Birri

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAG%2B5VyN3D%2BKa%3DY_RBwn5nAAX%3DvKtcmnW469_UGDHRGq%3DufuMsg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: how shall I built online address book using Django

2016-04-06 Thread thumbi migwe
Hi, Did you manage to this? i'm also new in django and would like to do 
this. which tutorial did you use?

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/72d220d3-bdce-4025-8022-72f6460355df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how shall I built online address book using Django

2015-05-23 Thread Thomas Rega
http://lmgtfy.com/?q=django+for+beginners

Good Luck

2015-05-22 17:53 GMT+02:00 Preeti :
> I donot want that people do homework for me or create the app for me.
>
> I referred to that djangoproject.com tutorials  for two days, but for
> creating the app I didnt find it much resourceful.
>
> I wanted few more good links from where I can understand django a better way
> to built my app.
>
> thanks
>
>
> On Friday, May 22, 2015 at 8:29:00 PM UTC+5:30, C. Kirby wrote:
>>
>> I think people here will be happy to help if you have specific questions,
>> but don't really want to do your homework for you.
>>
>> If you need to learn about how django works, and how you can start to
>> think about building this application, I recommend doing the tutorial at:
>> https://docs.djangoproject.com/en/1.8/intro/tutorial01/
>>
>> On Friday, May 22, 2015 at 1:19:58 AM UTC-5, Preeti 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+unsubscr...@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/9f0baa31-f87a-42d4-adff-d7fd17799bc5%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+unsubscr...@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/CAFgu0xj7AQZqHTF%2BpK9zjeS%3DT4B-dDq3wugj16d_19sXdzOb3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: how shall I built online address book using Django

2015-05-22 Thread Preeti
I donot want that people do homework for me or create the app for me.

I referred to that djangoproject.com tutorials  for two days, but for 
creating the app I didnt find it much resourceful.

I wanted few more good links from where I can understand django a better 
way to built my app.

thanks

On Friday, May 22, 2015 at 8:29:00 PM UTC+5:30, C. Kirby wrote:
>
> I think people here will be happy to help if you have specific questions, 
> but don't really want to do your homework for you.
>
> If you need to learn about how django works, and how you can start to 
> think about building this application, I recommend doing the tutorial at:
> https://docs.djangoproject.com/en/1.8/intro/tutorial01/
>
> On Friday, May 22, 2015 at 1:19:58 AM UTC-5, Preeti 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+unsubscr...@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/9f0baa31-f87a-42d4-adff-d7fd17799bc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how shall I built online address book using Django

2015-05-22 Thread C. Kirby
I think people here will be happy to help if you have specific questions, 
but don't really want to do your homework for you.

If you need to learn about how django works, and how you can start to think 
about building this application, I recommend doing the tutorial at:
https://docs.djangoproject.com/en/1.8/intro/tutorial01/

On Friday, May 22, 2015 at 1:19:58 AM UTC-5, Preeti 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+unsubscr...@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/205d36ff-8e9e-4dea-a9f6-85c4f8bdfd75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how shall I built online address book using Django

2015-05-22 Thread Preeti
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+unsubscr...@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/3d31ab5d-a01e-43c8-966a-61997c8dc1e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.