Re: How to make a place where you could type in data(number)?

2018-01-05 Thread Jani Tiainen
Hi,

You definitely can use Django for that. If you want to learn how to do that
you can start by doing Django tutorial [1] first to get hang of components
and how things tie together in Django.

If you feel that official tutorial is too packed, Django Girls do have very
in depth and excellent tutorial [2].

[1] https://docs.djangoproject.com/en/2.0/intro/
[2] https://tutorial.djangogirls.org/en/

On Fri, Jan 5, 2018 at 1:41 AM, June Kim  wrote:

> I'm looking for a way to set up a place(square box) where you could input
> data(number) on a website. and those data would be saved in somewhere else
> as an excel sheet (.csv)
>
> --
> 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/f177be88-4911-4e9d-ac8e-66565aff3d32%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jani Tiainen

- Well planned is half done, and a half done has been sufficient before...

-- 
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/CAHn91ofLsjtBhPrW3x92iNK4MwdXppW-cFBEWkZUp%2Btno%2Bxhyw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to make a place where you could type in data(number)?

2018-01-05 Thread Derek
You may not need Django for this.  You could just use Flask e.g.

https://pythonspot.com/flask-web-forms/
and
https://stackoverflow.com/questions/27379486/retrieving-html-form-data-and-storing-in-csv-with-flask-python

but, as with all web frameworks, you need to look at the fundamentals of 
how Flask works first (otherwise you copy-and-paste without understanding 
why).

On Friday, 5 January 2018 01:46:25 UTC+2, June Kim wrote:
>
> I'm looking for a way to set up a place(square box) where you could input 
> data(number) on a website. and those data would be saved in somewhere else 
> as an excel sheet (.csv)
>

-- 
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/1e6c7ac1-0263-4e8d-819e-f8bcddb728cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to make a place where you could type in data(number)?

2018-01-04 Thread June Kim
I'm looking for a way to set up a place(square box) where you could input 
data(number) on a website. and those data would be saved in somewhere else 
as an excel sheet (.csv)

-- 
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/f177be88-4911-4e9d-ac8e-66565aff3d32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.