Newbie

105 views
Skip to first unread message

Cindy Pearl Soriano

unread,
May 3, 2024, 9:16:27 AMMay 3
to Django users
Hello everyone, can somebody help how to make an interactive site sor logging system?
---
DISCLAIMER AND CONFIDENTIALITY NOTICE The Mindanao State University-Iligan Institute of Technology (MSU-IIT) makes no warranties of any kind, whether expressed or implied, with respect to the MSU-IIT e-mail resources it provides. MSU-IIT will not be responsible for damages resulting from the use of MSU-IIT e-mail resources, including, but not limited to, loss of data resulting from delays, non-deliveries, missed deliveries, service interruptions caused by the negligence of a MSU-IIT employee, or by the User's error or omissions. MSU-IIT specifically denies any responsibility for the accuracy or quality of information obtained through MSU-IIT e-mail resources, except material represented as an official MSU-IIT record. Any views expressed in this e-mail are those of the individual sender and may not necessarily reflect the views of MSU-IIT, except where the message states otherwise and the sender is authorized to state them to be the views of MSU-IIT. The information contained in this e-mail, including those in its attachments, is confidential and intended only for the person(s) or entity(ies) to which it is addressed. If you are not an intended recipient, you must not read, copy, store, disclose, distribute this message, or act in reliance upon the information contained in it. If you received this e-mail in error, please contact the sender and delete the material from any computer or system.

Ryan Nowakowski

unread,
May 4, 2024, 3:35:59 PMMay 4
to django...@googlegroups.com
That's a pretty broad ask. Can you provide more detail about what you're trying to do?

What kind of interactive site? What kind of things are you wanting to log?

Cindy Pearl Soriano

unread,
May 5, 2024, 11:17:48 AMMay 5
to django...@googlegroups.com
Hi ryan. Just a simple system for water monitoring for admins to log in and has a dashboard to monitor water usage and water comtrol something like that. Im just new in django, still have a hard time exploring the tools

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/B30341E0-9B65-47AA-A3F5-50B6288EDABC%40fattuba.com.

Kiotseaeton Lancaster

unread,
May 6, 2024, 9:43:48 AMMay 6
to django...@googlegroups.com
-----core
1. models.py: define a model/database for water usage, with desired features eg., user, usage amount, timestamp
2. views.py: create views to handle requests and render templates(eg., login, dashboard)
3. urls.py: map url patterns to views
4. create html+css+js templates/UI for your web pages
----additional
5. use django authentication for login/logout
6. register models to admin interface


Ryan Nowakowski

unread,
May 6, 2024, 12:39:38 PMMay 6
to django...@googlegroups.com
Ah, ok. Where is your water usage data coming from? Will you store it in a database and use the Django ORM to query?

Cindy Pearl Soriano

unread,
May 6, 2024, 9:59:38 PMMay 6
to django...@googlegroups.com
my data will come from university water usage. more likely like that, will use the django to operate it


Ryan Nowakowski

unread,
May 7, 2024, 8:01:15 AMMay 7
to django...@googlegroups.com
I agreed with Kiotseaeton, modeling your data in models.py is your first step.

Ryan Nowakowski

unread,
May 9, 2024, 10:31:53 AMMay 9
to django...@googlegroups.com
I agreed with Kiotseaeton, modeling your data in models.py is your first step.

On May 6, 2024 8:58:17 PM CDT, Cindy Pearl Soriano <cindypear...@g.msuiit.edu.ph> wrote:
>my data will come from university water usage. more likely like that, will
>use the django to operate it
>
>
>On Tue, May 7, 2024 at 12:38 AM 'Ryan Nowakowski' via Django users <
>django...@googlegroups.com> wrote:
>
>> Ah, ok. Where is your water usage data coming from? Will you store it in a
>> database and use the Django ORM to query?
>>
>>
>> On May 5, 2024 6:35:59 AM CDT, Cindy Pearl Soriano <
>> cindypear...@g.msuiit.edu.ph> wrote:
>>
>>> Hi ryan. Just a simple system for water monitoring for admins to log in
>>> and has a dashboard to monitor water usage and water comtrol something like
>>> that. Im just new in django, still have a hard time exploring the tools
>>>
>>> On Sun, 5 May 2024, 3:35 am 'Ryan Nowakowski' via Django users, <
>>> django...@googlegroups.com> wrote:
>>>
>>>> That's a pretty broad ask. Can you provide more detail about what you're
>>>> trying to do?
>>>>
>>>> What kind of interactive site? What kind of things are you wanting to
>>>> log?
>>>>
>>>>
>>>> On May 3, 2024 7:32:49 AM CDT, Cindy Pearl Soriano <
>>>> cindypear...@g.msuiit.edu.ph> wrote:
>>>>
>>>>> Hello everyone, can somebody help how to make an interactive site sor
>>>>> logging system?
>>>>> ---
>>>>> *DISCLAIMER AND CONFIDENTIALITY NOTICE* The Mindanao State
>>>>> University-Iligan Institute of Technology <https://www.msuiit.edu.ph/> (MSU-IIT)
>>>> <https://groups.google.com/d/msgid/django-users/B30341E0-9B65-47AA-A3F5-50B6288EDABC%40fattuba.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>
>>> ---
>>> *DISCLAIMER AND CONFIDENTIALITY NOTICE* The Mindanao State
>>> University-Iligan Institute of Technology <https://www.msuiit.edu.ph/> (MSU-IIT)

>>> makes no warranties of any kind, whether expressed or implied, with respect
>>> to the MSU-IIT e-mail resources it provides. MSU-IIT will not be
>>> responsible for damages resulting from the use of MSU-IIT e-mail resources,
>>> including, but not limited to, loss of data resulting from delays,
>>> non-deliveries, missed deliveries, service interruptions caused by the
>>> negligence of a MSU-IIT employee, or by the User's error or omissions.
>>> MSU-IIT specifically denies any responsibility for the accuracy or quality
>>> of information obtained through MSU-IIT e-mail resources, except material
>>> represented as an official MSU-IIT record. Any views expressed in this
>>> e-mail are those of the individual sender and may not necessarily reflect
>>> the views of MSU-IIT, except where the message states otherwise and the
>>> sender is authorized to state them to be the views of MSU-IIT. The
>>> information contained in this e-mail, including those in its attachments,
>>> is confidential and intended only for the person(s) or entity(ies) to which
>>> it is addressed. If you are not an intended recipient, you must not read,
>>> copy, store, disclose, distribute this message, or act in reliance upon the
>>> information contained in it. If you received this e-mail in error, please
>>> contact the sender and delete the material from any computer or system.
>>>
>>> --
>> 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...@googlegroups.com.
>> To view this discussion on the web visit

>(MSU-IIT) makes no warranties of any kind, whether expressed or implied,
>with respect to the MSU-IIT e-mail resources it provides. MSU-IIT will not
>be responsible for damages resulting from the use of MSU-IIT e-mail
>resources, including, but not limited to, loss of data resulting from
>delays, non-deliveries, missed deliveries, service interruptions caused by
>the negligence of a MSU-IIT employee, or by the User's error or omissions.
>MSU-IIT specifically denies any responsibility for the accuracy or quality
>of information obtained through MSU-IIT e-mail resources, except material
>represented as an official MSU-IIT record. Any views expressed in this
>e-mail are those of the individual sender and may not necessarily reflect
>the views of MSU-IIT, except where the message states otherwise and the
>sender is authorized to state them to be the views of MSU-IIT. The
>information contained in this e-mail, including those in its attachments,
>is confidential and intended only for the person(s) or entity(ies) to which
>it is addressed. If you are not an intended recipient, you must not read,
>copy, store, disclose, distribute this message, or act in reliance upon the
>information contained in it. If you received this e-mail in error, please
>contact the sender and delete the material from any computer or system.
>
>--
>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...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages