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.rst
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,19 @@ A Django plugin for creating AJAX driven forms in Bootstrap modal.
9
9
:local:
10
10
:backlinks: none
11
11
12
-
Live Demo
13
-
=========
12
+
Test and experiment on your machine
13
+
===================================
14
14
15
-
Demo_
15
+
This repository includes ``Dockerfile`` and ``docker-compose.yml`` files so you can easily setup and start to experiment with ``django-bootstrap-modal-forms`` running inside of a container on your local machine. Any changes you make in ``bootstrap_modal_forms``, ``examples`` and ``test`` folders are reflected in the container (see docker-compose.yml) and the data stored in sqlite3 database are persistent even if you remove stopped container.
16
16
17
-
.. _Demo: http://trco.silkym.com/dbmf/
17
+
Note that ``master branch`` contains Bootstrap 4 examples, while ``bootstrap5-examples branch`` contains Bootstrap 5 examples. To experiment with Bootstrap 5 examples simply switch the branch.
18
18
19
+
Follow the steps below to run the app::
20
+
21
+
$ clone repository
22
+
$ cd django-bootstrap-modal-forms
23
+
$ docker compose up (use -d flag to run app in detached mode in the background)
24
+
$ visit 0.0.0.0:8000
19
25
20
26
General information
21
27
===================
@@ -28,21 +34,6 @@ Contribute
28
34
**********
29
35
This is an Open Source project and any contribution is highly appreciated.
30
36
31
-
32
-
Test and experiment on your machine
33
-
===================================
34
-
35
-
This repository includes ``Dockerfile`` and ``docker-compose.yml`` files so you can easily setup and start to experiment with ``django-bootstrap-modal-forms`` running inside of a container on your local machine. Any changes you make in ``bootstrap_modal_forms``, ``examples`` and ``test`` folders are reflected in the container (see docker-compose.yml) and the data stored in sqlite3 database are persistent even if you remove stopped container.
36
-
37
-
Note that ``master branch`` contains Bootstrap 4 examples, while ``bootstrap5-examples branch`` contains Bootstrap 5 examples. To experiment with Bootstrap 5 examples simply switch the branch.
38
-
39
-
Follow the steps below to run the app::
40
-
41
-
$ clone repository
42
-
$ cd django-bootstrap-modal-forms
43
-
$ docker compose up (use -d flag to run app in detached mode in the background)
0 commit comments