Archive for the ‘Django’ Category

How to reset all table contents in django database using view.py or controller?

Sometimes we need to delete or truncate all the database tables in django project from the view.py or controller file. First of all you need to go to open the view.py and add the following code to your some functions: Modelname.objects.all().delete() Here, the Modelname is your django model Class name in Models.py. Then run the application and make sure that the control reach the line where you added the ... Full story

How to install Django in windows?

1. Download django Django-1.3.tar.gz 2. Extract it to get Django-1.3 folder. 3. Open Command Prompt 4. Go to the location where you extracted Django-1.3 5. Type python setup.py install If you get error in step 5, you may not have registered in Environment variable. To do this Right Click My computer > Advance > Environment Variables > Path and add 'C:\python26' Full story
Copyright © 2024 Programmer to Programmer- A website for web programming and mobile application programming tutorials.
Wordpress themes