-
Clone your repository in a folder:
git clone git@github.com:GeniALE/SiteWebGeniALE.git -
Open Pycharm
-
Open the project folder
-
Click on File > Settings > Project settings > Project interpreter
-
On the right panel bar, click on the gear icon and select
Add... -
Select Virtual env, select you Python 3.X interpreter and make sure the virtualenv folder is named
venv. -
You need to create a
.envfile to store your environment's variables.You can also copy
.env.exampleto.env. It contains some of the default env variables.Note: As this file is mandatory, you don't have to put variables in it. As long as it exists, it's fine.
-
Open a terminal [and make sure it's prefixed by
(venv)] and install the dependencies:pip install requirements.txt
-
To run the application, you can select the run configuration (
Run with migrations) and click on Play -
The DjangoCMS should be running at http://localhost:8080
-
To create the superuser, you can execute the running task:
Create Super User
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
