Re: database migrations

2019-08-03 Thread RLM
Why try to avoid re populating the database? That's the easy part, figuring what went wrong is more difficult.You don't need a lot of data to get an app working, you just need to understand what you want and how to achieve it. When I was learning django I rebuilt my events database 20 times

Re: Start-up project for fresher student:

2019-08-03 Thread Suraj Thapa FC
Ok On Sat, 3 Aug, 2019, 7:30 PM LostCitizen, wrote: > Im working in a startup based in Barcelona (Spain) if you are willing to > help let me know! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

need to support anonymous users with a simple one time disclaimer agreement

2019-08-03 Thread Gregory Hines
I am an experienced software developer but new to django. I am trying to create a simple website in which each new user (either based on their IP address or even more specific machine ID) would be asked to agree to a simple disclaimer before going on to access the site. On subsequent usage I

How to configure and run Laravel and Django project on different domains but same Apache server on Ubuntu 16.04 VPS Hostgator

2019-08-03 Thread Pooja Aiivine
Hello All, I have hosted Laravel Project as well as Django Project on two different domains on Ubuntu 16.04 VPS with Plesk Panel. Laravel project was working perfectly until the Django was not hosted. After I have done Django configuration in apache2.conf file my all laravel projects stopped

Re: Start-up project for fresher student:

2019-08-03 Thread Thakur Yadav
I think first you will create Two apps.one is Account app and another one is total ecomerce app Mahendra Yadav On 03-Aug-2019 12:13 pm, "Tosin Ayoola" wrote: > go with blog, school management system > > On Tue, Jul 23, 2019 at 1:20 AM Abhishek Anvekar < > abhishekanve...@gmail.com> wrote: > >>

Start-up project for fresher student:

2019-08-03 Thread LostCitizen
Im working in a startup based in Barcelona (Spain) if you are willing to help let me know! -- 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

I have done all apache2 configuration still Django Project not running on my hosting can anyone guide me to run it well on ubuntu server

2019-08-03 Thread Pooja Aiivine
Django project is running well with its development server, but not running using apache configuration following is my directory path for django project on plesk panel: - /var/www/vhosts/itssmartworld.com/MyAwesomeCart here MyAwesomeCart is my django project please, suggest apache

Re: Start-up project for fresher student:

2019-08-03 Thread KIKOYO ISAAC
Let's do an e-commerce project On Sat, Aug 3, 2019, 14:35 Desh Deepak wrote: > Yes, sure > > On Sat, 3 Aug 2019, 15:54 SHUBHAM .SINGH. RATHORE, < > shubhamsingh...@gmail.com> wrote: > >> Hey I am interested in this startup project >> >> On Tue, 23 Jul 2019 12:48 am iampawam goswami, < >>

Re: Start-up project for fresher student:

2019-08-03 Thread Desh Deepak
Yes, sure On Sat, 3 Aug 2019, 15:54 SHUBHAM .SINGH. RATHORE, < shubhamsingh...@gmail.com> wrote: > Hey I am interested in this startup project > > On Tue, 23 Jul 2019 12:48 am iampawam goswami, > wrote: > >> Hello everybody >> I what starts my django project what will be the best startup

Re: Start-up project for fresher student:

2019-08-03 Thread SHUBHAM .SINGH. RATHORE
Hey I am interested in this startup project On Tue, 23 Jul 2019 12:48 am iampawam goswami, wrote: > Hello everybody > I what starts my django project what will be the best startup application > for practices to fresher...Please reply me. > > -- > You received this message because you are

Re: database migrations

2019-08-03 Thread Perceval Maturure
Question is what’s the best way forward to avoid situations where u will have to create a new database if ur applications do not work with the current databases so as to avoid populating the database with data again Sent from my iPhone > On 02 Aug 2019, at 14:39, Perceval Maturure wrote: >

Re: database migrations

2019-08-03 Thread Jani Tiainen
Hi. So... what is the actual question? pe 2. elok. 2019 klo 15.40 Perceval Maturure kirjoitti: > Dear all > creating a new database as applications increase has been one of the > solutions to some of the errors i have encountered especially after adding > a django cms by hand in my development

Re: Start-up project for fresher student:

2019-08-03 Thread Tosin Ayoola
go with blog, school management system On Tue, Jul 23, 2019 at 1:20 AM Abhishek Anvekar wrote: > Go with creating a e-commerce site. > > On Tue 23 Jul, 2019, 12:48 AM iampawam goswami, < > callmekumarpa...@gmail.com> wrote: > >> Hello everybody >> I what starts my django project what will be