Skip to content

CapitanS/hillel_hw04_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Homework_04. Django unchained.


The goal of this project to learn how to install django and start new project, create new application and DO NOT show secret key in my repo.

P.S. Among other things to consolidate skills with the creation of virtual environment, creating a .gitignore, creating requirement.txt etc.

Tasks:

  1. Create new repo.
  2. Use git clone.
  3. Create virtual environment.
  4. Create .gitignore.
  5. Add to .gitignore venv, database, .idea.
  6. Create requirement.txt.
  7. Initiate new django project django_example.
  8. Create new application catalog.
  9. Add this app to INSTALLED_APPS.
  10. Check that SECRET_KEY takes from the environment values.
  11. Describe the project in README.md.
  12. git commit, git push, pull request, merge.

Cheatsheet for this project:

  1. Create new project.
$ django-admin startproject django_example .
  1. Create new application.
$ python manage.py startapp catalog

License

ISC

About

Homework 04. Django unchained.

Resources

Stars

Watchers

Forks

Languages