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

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 > Moz

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 devel

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

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