Prashant
Prashant

Reputation: 25

import django cms as app into existing django project

Hi I have already an existing project into django, now I want to use django cms for dynamic web pages and to gain many more functionality, but not able to find anywhere, how could I use django cms project as app into my django project. can anybody help me out, thanks.

Upvotes: 1

Views: 995

Answers (1)

petr
petr

Reputation: 2586

The following tutorial should cover your needs:

Installing django CMS by hand

You should be able to install all the packages and dependencies without any problems, you only need to amend the URL setup to accommodate both for your existing app(s) and Django CMS.

Upvotes: 2

Related Questions