Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Apr 5, 2024
1 parent e6c0a56 commit a09070e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,13 @@ GeoNode template project. Generates a django project with GeoNode support.
python3.10 -m venv ~/.venvs/project_name
source ~/.venvs/{{ project_name }}/bin/activate

pip install Django==3.2.*
pip install Django==4.2.9

mkdir ~/project_name
```

```bash
GN_VERSION=master

GN_VERSION=master # Define the branch or tag you want to generate the project from
django-admin startproject --template=https://github.com/GeoNode/geonode-project/archive/refs/heads/$GN_VERSION.zip -e py,sh,md,rst,json,yml,ini,env,sample,properties -n monitoring-cron -n Dockerfile project_name ~/project_name
```

```bash
cd ~/project_name
python create-envfile.py
```
Expand Down

0 comments on commit a09070e

Please sign in to comment.