Sei sulla pagina 1di 4

CSCM Installation

12-03-2013
Najam-us-Saqib (10-6001)

Installation of tl.rename
Download source: https://pypi.python.org/pypi/tl.rename Download from this source and install it by using the command python setup.py install There can be an error that setup tools are missing so first So first download the setup tools from the given site Download source: https://pypi.python.org/pypi/setuptools#files You can see the problem regarding this from here Error Source:http://stackoverflow.com/questions/2211335/python-setuptools-import-error-usingnetbeans After the installation of the setup tools just run the command again for the installation of the tl.rename python setup.py install After this your installation will complete with the tl.rename package

Installation of django-grappelli
First download the django-grappelli from the given site Download Source: https://github.com/sehmaschine/django-grappelli After downloading this install this by using Python setup.py install Your will install.

Installation of south reportlab:


First download the package from the given site Download source: https://pypi.python.org/pypi/South/ Install it by using Python setup.py install

Your installation will be done by this now you need to sync the data base. There are couples of issues that come in this process. To sync the data you need the following command Python manage.py syncdb There may be an error generate by the cmd that MySQL database not found. Than you need to configure the sittings.py file to the SQLite database. Just comment out the following lines by using # 'ENGINE': 'django.db.backends.mysql' And uncomment the following line 'ENGINE': 'django.db.backends.sqlite3' Your database will set to SQlite3. Now again run the syncdb command Again error will generate Error: No modoule found with named zs.bibtex.parser Download the package from the following links Download Source: https://pypi.python.org/pypi/zs.bibtex Install it from the following site Python setup.py install Now again run syncdb command Again an error will come Error: no module found with named dateutil Now run the syncdb command, you have fix all the issues so your database will be synced now just give the followinf things Username Password Email

Now we are done with the sychronization of the database. Next step is to migrate the following pakages Cscm Csip cspj

Just use this command to migrate these packages Command: Python manage.py migrate cscm It will migrate the the package, use the same command with the next two packages.

Potrebbero piacerti anche