Skip to content

algol2302/classified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run

virtualenv --python=/usr/bin/python3 .venv

source .venv/bin/activate

pip install -r requirements.txt

./docker/docker-compose up -d

env `cat ./docker/.env` python manage.py migrate

env `cat ./docker/.env` python manage.py createsuperuser

env `cat ./docker/.env` python manage.py runserver

Необходимо добавить пользователя: Anonymous

api: http://127.0.0.1:8000/api/v1/

frontend только начал делать, он не работает пока

В базе данных есть таблицы Просмотры (Объявлений) и Хиты (каждого объявления)

(git test)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published