Skip to content

pr0way/Webber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webber

My first Django based project :)

How started?

Clone repository: git clone https://github.com/r0v/Webber.git

Go inside directory cd Webber

Install dependencies pipenv install

Jump into virtual enviroment pipenv shell

Run migrations python manage.py migrate

Generate static files

  1. Comment STATICFILES_DIRS in Webber/settings.py, uncomment STATIC_ROOT.
  2. Next, generate nessesery static files: python manage.py collectstatic / yes.
  3. After this, look above pkt. 1 and do vice versa commands from behind

Start developer server python manage.py runserver and develop

Optionally create admin account if you haven't done it yet

Info

Server run on port http://localhost:8000

Have fun and contribute :)

About

My first web project. Trying.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published