项目作者: Patrick564

项目描述 :
A site for save folders fields. Make with Django and Tailwind, and deployed in Heroku.
高级语言: HTML
项目地址: git://github.com/Patrick564/folder-organizer-django.git
创建时间: 2020-12-06T14:40:51Z
项目社区:https://github.com/Patrick564/folder-organizer-django

开源协议:

下载


Folder-organizer (Django)

A page for organize multiple folders with specific fields as Name, Serie, Code, etc.

Instalation

First create a virtualenv, name it ‘.venv’ or as you like.

  1. python3 -m venv .venv

Activate the virtual enviroment.

  1. source .venv/bin/activate

Then install requirements.

  1. pip install -r requirements.txt

Usage

Create a .env file and/or a local_settings.py file, continue with the migrations.

  1. python manage.py makemigrations
  2. python manage.py migrate

Create a superuser.

  1. python manage.py createsuperuser

And run server

  1. python manage.py runserver

License

MIT