Skip to content

Portfólio para compartilhamento de links

License

Notifications You must be signed in to change notification settings

fmartns/fmartns.dev

Repository files navigation

Logo

fmartns.dev

Portfólio para compartilhamento de links

Instalação (Linux)

Clone o repositório

$ git clone https://github.com/fmartns/fmartns.dev
$ cd fmartns.dev

Prepare o ambiente virtual

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Rode as migrações

$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py compilemessages
$ python manage.py createsuperuser

Inicie o servidor

$ python3 manage.py runserver

Screenshots

App Screenshot App Screenshot App Screenshot

Autor