Search Results

0
votes
2answers
312 views

Django Deployment

Hi, I am given a responsibility in my project to develop a Equipment tracking tool with following requirements New Equipment can be added by admin to a particular user …
2
votes
1answer
1k views

No Module named django.core

Hi, I have updated to latest Django version 1.0.2 after uninstalling my old Django version.But now when I run django-admin.py I get the following error. How can I resolve this? …
1
vote
4answers
580 views

Django Foreign Keys Read Only

Hi, I have two models one is Employee and other is Asset, with Many to one relation between Asset and Employee. And Asset is added as StackedInline field to Employee Admin interface, Is the …