Skip to content

Commit 8b08a97

Browse files
committed
images added, project running prove
1 parent fccdc3c commit 8b08a97

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

apiconfig/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
urlpatterns = [
2828
path('snippets/', include(snippets_urls)),
29-
#path('', admin.site.urls),
29+
path('', include(snippets_urls)),
3030
path('admin/', admin.site.urls),
3131
path('api-auth/', include('rest_framework.urls', namespace='rest_framework')),
3232
url(r'^v1/api/', include(snippets_urls)),

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,14 @@ Then we can run the project as simple as:
4949
python3 manage.py runserver
5050
```
5151

52+
You get this response in console:
53+
<p align="center"><a href="http://localhost:8000"><img src="https://namoxbase.ams3.cdn.digitaloceanspaces.com/Screen%20Shot%202018-12-08%20at%206.47.04%20PM.png" alt="drf-snippets" height="180px"></a></p>
54+
55+
Project in action
56+
<p align="center"><a href="http://localhost:8000"><img src="https://namoxbase.ams3.cdn.digitaloceanspaces.com/Screen%20Shot%202018-12-08%20at%207.01.00%20PM.png" alt="drf-snippets" height="180px"></a></p>
57+
5258
## Base
53-
Tree of directory
59+
Directory Tree
5460
```sh
5561
tree
5662
```
@@ -60,7 +66,7 @@ Doesn't works?
6066
brew install tree
6167
```
6268

63-
69+
Project structure:
6470
```sh
6571
.
6672
├── Pipfile

0 commit comments

Comments
 (0)