You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This export script will allow you to create custom attributes while developing d
13
13
14
14
Finally, export script will move all html/css/js/img generated by Bootstrap Studio to a `DJANGO_PROJECT`.
15
15
16
-
Django is having an application based architecture, **Bootstrap Studio developement must match this architecture, create app subfolder and move file inside it.**
16
+
Django is having an application based architecture, **Bootstrap Studio developement must follow this architecture, create app subfolder and move file inside it.**
17
17
18
18
## Installation
19
19
@@ -41,8 +41,7 @@ Available varibles:
41
41
-`VIRTUAL_ENV`**(optionnal)** : relative path of virtual env directory, **MUST BE** within this script folder.
42
42
43
43
#### Test
44
-
To see if everything is running properly.
45
-
`python -m unittest discover test`
44
+
To see if everything is running properly : `python -m unittest discover test`
0 commit comments