Re: Re : Need help in django database related

2021-10-14 Thread Richard Dushime
i Think using Django  u will create models then register  them in admin,
 for saving data /registration  u will create a form that will be posting
data  in database  may be u can add in an email scripts if u want to always
be aware of who has registered for an event

On Wed, Oct 13, 2021 at 8:37 PM Avi shah  wrote:

> I want to build an platform where admin can add events and I want end
> users to register for that event , so how do I save the
> data/registration of the user for that particular event , how can i create
> dynamic tables like 1 table for 1 event or is there some other logic behind
> it?
>
> Thanks in advance
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CALa7AFPNK_KTJvDERYXmi_RG9_xq58EjiBAH7PsOcL0gCFHDYg%40mail.gmail.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJCm56JivJajSaa-KihmRA1VYajHmVN5vbTZKp6e%3D_bUx%2BONtQ%40mail.gmail.com.


Re: Quick question for web hosting production

2021-10-14 Thread Isaac Moctezuma
scomer

El mié, 13 oct 2021 a las 1:13, Derek () escribió:

> Here's a similar question on StackOverflow:
>
>
> https://stackoverflow.com/questions/65141036/deploy-react-and-django-with-nginx-and-docker
>
>
> On Friday, 8 October 2021 at 16:17:27 UTC+2 patz...@gmail.com wrote:
>
>> I want to ask a quick question guys that, is it possible to host 2 apps
>> in one cloud service? like for example, angular for the front end and
>> django for the backend? and they would use one ip address right but on a
>> different port?
>>
>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/5599824d-f931-4e2b-aadc-34bfc35e7ea7n%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABqUN3HnKfJKQoSsQaQ-5uGhCVaA47Vs4L2LK_Fa7EyCo3_%3DTg%40mail.gmail.com.


Re: Re : Need help in django database related

2021-10-14 Thread MR INDIA
Maybe you need to learn db relationships in django models and forms, 
Learn about db :

https://www.webforefront.com/django/setuprelationshipsdjangomodels.html 

And inspect source code of this project:

https://github.com/sajib1066/django-event-management


Hope this helps, 

A fellow django developer
On Wednesday, 13 October 2021 at 23:08:46 UTC+5:30 get...@gmail.com wrote:

> I want to build an platform where admin can add events and I want end 
> users to register for that event , so how do I save the 
> data/registration of the user for that particular event , how can i create 
> dynamic tables like 1 table for 1 event or is there some other logic behind 
> it?
>
> Thanks in advance
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6622e73e-29bf-4e6c-b418-2518db8b357an%40googlegroups.com.


Re: New to Django

2021-10-14 Thread Adrian Valenzuela

Nice! Thanks for this! I'm new too and this already looks like a great 
resource.
On Sunday, October 3, 2021 at 5:01:41 AM UTC-7 bnmng wrote:

> I think you'll get a few opinions on this.  My opinion is no.  I feel the 
> docs are very good but difficult to understand as a beginner.  I like 
> Mozilla's into with the Local Library tutorial to get started 
> https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django
>
> On Friday, October 1, 2021 at 11:09:04 PM UTC-4 richluet...@gmail.com 
> wrote:
>
>> Hi, I want to learn django very well but tutorials like youtube videos, 
>> books and pay for online courses are not really satisfying me that much . 
>> So if I decide to learn django directly from the documentation will I learn 
>> good enough to Intermediate and Advance level ?  if yes please help me with 
>> an order path to follow. Thanks
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7d456d90-2a21-42f3-9d25-d694e6069283n%40googlegroups.com.


MSSQL server database question

2021-10-14 Thread hebers
Greetings. I was given a task of creating a django app that will use a 
database. However,  I am not given admin rights to create a database on 
MSSQL Server, and I can only create tables inside an assigned database with 
existing tables. I have tried migrations on an existing database  (py 
manage.py migrate) and it does output errors. Is this a possible task to 
get around in Django, or I must convince my company's DB architects to give 
me access to a space so I could create database? Thanks

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8fed622f-3895-4813-a7bb-a41e9a65dd3an%40googlegroups.com.