https://github.com/plugarut/personal_blog
Simple blog project made in Django.
https://github.com/plugarut/personal_blog
Last synced: about 2 months ago
JSON representation
Simple blog project made in Django.
- Host: GitHub
- URL: https://github.com/plugarut/personal_blog
- Owner: PlugaruT
- Created: 2017-11-05T16:25:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T17:01:09.000Z (over 8 years ago)
- Last Synced: 2025-12-10T01:39:45.601Z (6 months ago)
- Language: CSS
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Blog
This project is to be used during Fall Bootcamp at [GirlsGoIT](https://github.com/girlsgoit).
### Steps to run the project:
1. Download or clone the repo.
2. Open a terminal window in the downloaded/cloned folder.
3. Run `pip install -r requirements.txt` if you don't have Django installed. Skip this step otherwise.
4. Run `python manage.py migrate` to apply database migrations.
5. Run `python manage.py createsuperuser` to create a super user :-D.
6. Run `python manege.py runserver`. If everything is ok you should see in your terminal window something written like:
```
System check identified no issues (0 silenced).
Django version 1.11.7, using settings 'PersonalBlog.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
```
If you see this you're golden and you can start working.
Thanks to [@sarguvlad](https://github.com/sarguvlad) for the design.