Modify for current project
This commit is contained in:
parent
86f67e5cc3
commit
3ffa0ef3d6
@ -1,18 +1,18 @@
|
|||||||
# AIC Django Middleware
|
# Wep Application Engineering & Content Management Django Backend
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
* use Jetbrains Pycharm IDE
|
* use Jetbrains Pycharm IDE
|
||||||
* create and use a virtual environment
|
* create and use a virtual environment
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
$ cd ./middleware
|
$ cd ./app_be
|
||||||
|
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
|
|
||||||
$ python manage.py makemigrations
|
$ python manage.py makemigrations
|
||||||
$ python manage.py migrate
|
$ python manage.py migrate
|
||||||
$ python manage.py createsuperuser
|
$ python manage.py createsuperuser
|
||||||
|
|
||||||
$ python mangge.py runserver
|
$ python mangge.py runserver
|
||||||
|
|
||||||
## ERROR handling
|
## ERROR handling
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# AIC Angular Frontend
|
# Web Application Engineering & Content Management Angular Frontend
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
* use Jetbrains Webstorm IDE
|
* use Jetbrains Webstorm IDE
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
$ cd ./frontend
|
$ cd ./frontend
|
||||||
|
|
||||||
$ npm install
|
$ npm install
|
||||||
|
|
||||||
$ ng serve
|
$ ng serve
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user