Installing Trac on CentOS
Before you do anything, go ahead and install subversion . Install the python easy install tool: ...
Before you do anything, go ahead and install subversion . Install the python easy install tool: ...
Before you do anything, Install Subversion . Install Python : ...
Create a models folder under myApp. Delete models.py and add a model_name.py file in the models folder for each model model_name. Add the following to each model file : class Meta: app_label = 'myApp' Add a line in models/init.py for each model file : from myModelFile import myModel More information at djangoproject.com