Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Mar 30, 2021
1 parent a582a0e commit d90d938
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# node.js and npm install
# unicms-editorial-board

### Use as is in production

```
pip install unicms-editorial-board
```

### Development

Install node.js and npm

Purge old installation
```
Expand All @@ -25,11 +35,14 @@ node -v
npm -v
```

# unicms-editorial-board

Install packages
```
pip install unicms-editorial-board
python3 manage.py install_board
cd /unicms-editorial-board/src/unicms_editorial_board/unicms_editorial_board_vue
npm install
```

Edit files and build
```
npm run build
```

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='unicms-editorial-board',
version='0.2.4',
version='0.4.0',

packages=[PKG_NAME],
package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"},
Expand Down Expand Up @@ -47,6 +47,5 @@
],
install_requires=[
'django>=2.0,<4.0',
'pynpm'
],
)
13 changes: 0 additions & 13 deletions src/unicms_editorial_board/management/commands/install_board.py

This file was deleted.

0 comments on commit d90d938

Please sign in to comment.