Transferring a Django project
Hi,
I have some issue with the Django work space, i've created a new Django project and developet serveral applications.
The problem is that i know want to transfer my entire project to trunk folder for SVN better use.
But if i'll create a new folder under the project and transfer all files the WebWorkspace will not work since the link will change, the problem is that i cant find where to configure it.
Current lib structure:
WebWorkspace
WebWorkspace
admin
app1
templates
manage.py
Needed Structure
WebWorkspace
trunk
WebWorkspace
admin
app1
templates
manage.py
branch
tag
Any idea how can do it and keep telling pycharm where is the django project?
I have some issue with the Django work space, i've created a new Django project and developet serveral applications.
The problem is that i know want to transfer my entire project to trunk folder for SVN better use.
But if i'll create a new folder under the project and transfer all files the WebWorkspace will not work since the link will change, the problem is that i cant find where to configure it.
Current lib structure:
WebWorkspace
WebWorkspace
admin
app1
templates
manage.py
Needed Structure
WebWorkspace
trunk
WebWorkspace
admin
app1
templates
manage.py
branch
tag
Any idea how can do it and keep telling pycharm where is the django project?
Please sign in to leave a comment.
use Settings->Django Support to specify paths to manage.py and settings.py in your new project structure.