Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falsehuman/bookmarks
2 проект из книги по Django
https://github.com/falsehuman/bookmarks
Last synced: about 5 hours ago
JSON representation
2 проект из книги по Django
- Host: GitHub
- URL: https://github.com/falsehuman/bookmarks
- Owner: FalseHuman
- Created: 2021-03-07T08:53:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T16:05:09.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T10:12:29.462Z (2 months ago)
- Language: Python
- Homepage:
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Социальная сеть
## Настройка сборки
```bash
#Установите нужные библиотеки
$ cd bookmarks
$ pip install -r ./requirements.txt
$ python manage.py runserver
```