Skip to content

MartinMenabue/django-conoscerelinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-conoscerelinux

How to contribute

Prepare environment

This command will create virtualenv and install dependencies

$ make init

If make is not available

$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ python -m pip install pip pip-tools
(.venv)$ python -m piptools sync

Prepare django

If is the first time you prepare the environment

# Add a valid SECRET_KEY to .env file
$ make secret-key
 
# Create db if not exists and apply migrations
$ make migrate

# Create a superuser
$ make superuser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.7%
  • HTML 23.7%
  • Makefile 6.6%