V-FOR-VEND3TTA / django-cms

Building a first class content management system from the ground up the easy way
0 stars 0 forks source link

Installing Django CMS #2

Closed V-FOR-VEND3TTA closed 4 months ago

V-FOR-VEND3TTA commented 4 months ago

django CMS is an open source web based content management system based on the Django web framework. It is maintained by Divio AG, a commercial web development company based in Zurich, Switzerland. But before we can start learning how to use django CMS, we must first make sure we do the following tasks to make sure we are properly set up:

V-FOR-VEND3TTA commented 4 months ago

Successfully completed these 3 steps. The packages used inside the virtual environment are listed in a requirements.txt file

V-FOR-VEND3TTA commented 4 months ago

To successfully create a Django CMS project, we followed this guide on setting it up.

V-FOR-VEND3TTA commented 4 months ago

We successfully created a Django CMS project and the installation was successful too!

installation successful